summaryrefslogtreecommitdiff
path: root/gas/config/te-armeabi.h
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@codesourcery.com>2009-05-01 14:44:17 +0000
committerNathan Sidwell <nathan@codesourcery.com>2009-05-01 14:44:17 +0000
commit1c75258808361418346769b6963f6168aa5e333f (patch)
treeb33f4d83d1ca7161c89d38d697cee342c2ff2849 /gas/config/te-armeabi.h
parent7b6410a1d4ec94d50200bce60b5bb3fcd9913871 (diff)
downloadbinutils-redhat-1c75258808361418346769b6963f6168aa5e333f.tar.gz
* 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-armeabi.h')
-rw-r--r--gas/config/te-armeabi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/te-armeabi.h b/gas/config/te-armeabi.h
index c553bed798..6a76304add 100644
--- a/gas/config/te-armeabi.h
+++ b/gas/config/te-armeabi.h
@@ -18,7 +18,7 @@
02110-1301, USA. */
/* 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
#define LOCAL_LABELS_DOLLAR 1