public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* PATCH GAS/ARM - recognize -mfpu=fpe2 and -mfpu=fpe3
@ 2002-01-19  6:51 Richard Earnshaw
  0 siblings, 0 replies; only message in thread
From: Richard Earnshaw @ 2002-01-19  6:51 UTC (permalink / raw)
  To: binutils; +Cc: Richard.Earnshaw

[-- Attachment #1: Type: text/plain, Size: 237 bytes --]


The compiler has traditionally recognized options that vary the FPE 
version.  For compatibility, recognize these in the assembler as well.

2002-01-19  Keith Walker  <keith.walker@arm.com>

	* tc-arm.c (arm_fpus): Add fpe2 and fpe3.



[-- Attachment #2: gas-fpe.patch --]
[-- Type: text/x-patch , Size: 603 bytes --]

Index: config/tc-arm.c
===================================================================
RCS file: /cvs/src/src/gas/config/tc-arm.c,v
retrieving revision 1.113
diff -p -r1.113 tc-arm.c
*** tc-arm.c	2002/01/18 17:01:53	1.113
--- tc-arm.c	2002/01/19 12:43:40
*************** static struct arm_fpu_option_table arm_f
*** 10815,10820 ****
--- 10815,10822 ----
  {
    {"softfpa",		FPU_NONE},
    {"fpe",		FPU_ARCH_FPE},
+   {"fpe2",		FPU_ARCH_FPE},
+   {"fpe3",		FPU_ARCH_FPA},	/* Third release supports LFM/SFM.  */
    {"fpa",		FPU_ARCH_FPA},
    {"fpa10",		FPU_ARCH_FPA},
    {"fpa11",		FPU_ARCH_FPA},

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-01-19 12:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-01-19  6:51 PATCH GAS/ARM - recognize -mfpu=fpe2 and -mfpu=fpe3 Richard Earnshaw

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).