This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH ARM] Recognize canonical cpu names


On Wed, 2004-09-01 at 17:22, Richard Earnshaw wrote:
> The canonical name for synthesizable ARM cores is with '-s' at the end
> of the name.  This patch allows the assembler to recognize that.  For
> now we also support the old names (without the '-').

And here's the patch to update the documentation (before somebody shouts
at me :-)

	* doc/c-arm.texi (ARM Options): Document canonical names of CPUs.


Index: doc/c-arm.texi
===================================================================
RCS file: /cvs/src/src/gas/doc/c-arm.texi,v
retrieving revision 1.27
diff -p -r1.27 c-arm.texi
*** doc/c-arm.texi	23 Mar 2004 23:05:52 -0000	1.27
--- doc/c-arm.texi	1 Sep 2004 16:32:31 -0000
*************** recognized: 
*** 67,72 ****
--- 67,73 ----
  @code{arm7500fe},
  @code{arm7t},
  @code{arm7tdmi},
+ @code{arm7tdmi-s},
  @code{arm8},
  @code{arm810},
  @code{strongarm},
*************** recognized: 
*** 82,88 ****
  @code{arm9tdmi},
  @code{arm9e},
  @code{arm926e},
! @code{arm926ejs},
  @code{arm946e-r0},
  @code{arm946e},
  @code{arm966e-r0},
--- 83,89 ----
  @code{arm9tdmi},
  @code{arm9e},
  @code{arm926e},
! @code{arm926ej-s},
  @code{arm946e-r0},
  @code{arm946e},
  @code{arm966e-r0},
*************** recognized: 
*** 92,100 ****
  @code{arm1020},
  @code{arm1020t},
  @code{arm1020e},
! @code{arm1026ejs},
! @code{arm1136js},
! @code{arm1136jfs},
  @code{ep9312} (ARM920 with Cirrus Maverick coprocessor),
  @code{i80200} (Intel XScale processor)
  @code{iwmmxt} (Intel(r) XScale processor with Wireless MMX(tm) technology coprocessor)
--- 93,101 ----
  @code{arm1020},
  @code{arm1020t},
  @code{arm1020e},
! @code{arm1026ej-s},
! @code{arm1136j-s},
! @code{arm1136jf-s},
  @code{ep9312} (ARM920 with Cirrus Maverick coprocessor),
  @code{i80200} (Intel XScale processor)
  @code{iwmmxt} (Intel(r) XScale processor with Wireless MMX(tm) technology coprocessor)
*************** The following format options are recogni
*** 170,176 ****
  @code{vfpxd},
  @code{arm1020t},
  @code{arm1020e},
! @code{arm1136jfs}
  and
  @code{maverick}.
  
--- 171,177 ----
  @code{vfpxd},
  @code{arm1020t},
  @code{arm1020e},
! @code{arm1136jf-s}
  and
  @code{maverick}.
  

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]