diff options
author | Nathan Sidwell <nathan@codesourcery.com> | 2009-05-01 14:44:17 +0000 |
---|---|---|
committer | Nathan Sidwell <nathan@codesourcery.com> | 2009-05-01 14:44:17 +0000 |
commit | 45eb4c1b77d62e66daf78a5dddf43fd8413d68df (patch) | |
tree | 81a61a23acad7320a17a77803b59b3fb0964daab /gas/config/te-armlinuxeabi.h | |
parent | 323427d1cbb214ea9710ff62581b5635bebb32f3 (diff) | |
download | gdb-45eb4c1b77d62e66daf78a5dddf43fd8413d68df.zip gdb-45eb4c1b77d62e66daf78a5dddf43fd8413d68df.tar.gz gdb-45eb4c1b77d62e66daf78a5dddf43fd8413d68df.tar.bz2 |
* config/tc-armlinux-eabi.h (FPU_DEFAULT): Default to plain VFP.
* config/tc-armeabi.h (FPU_DEFAULT): Likewise.
* config/tc-arm.c (md_begin): If FPU_DEFAULT is set, don't infer
the default FPU from the processor.
testsuite/
* gas/arm/attr-mcpu.d: Add -mfpu=neon.
* gas/arm/mapmisc.d: Correct expected output for .double and
.dcb.d.
Diffstat (limited to 'gas/config/te-armlinuxeabi.h')
-rw-r--r-- | gas/config/te-armlinuxeabi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/te-armlinuxeabi.h b/gas/config/te-armlinuxeabi.h index 3b596ac..ac2b2ad 100644 --- a/gas/config/te-armlinuxeabi.h +++ b/gas/config/te-armlinuxeabi.h @@ -20,5 +20,5 @@ #include "te-linux.h" /* The EABI requires the use of VFP. */ -#define FPU_DEFAULT FPU_ARCH_VFP_V2 +#define FPU_DEFAULT FPU_ARCH_VFP #define EABI_DEFAULT EF_ARM_EABI_VER5 |