aboutsummaryrefslogtreecommitdiff
path: root/gas/config/te-armlinuxeabi.h
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2004-12-03 01:22:15 +0000
committerMark Mitchell <mark@codesourcery.com>2004-12-03 01:22:15 +0000
commitc820d41869a60c8b043d4cfe104b0df39d1eb650 (patch)
tree8d7462ed0d476fcdcc6aa9e39d572f1753e4c20a /gas/config/te-armlinuxeabi.h
parent2b0210eb4094c59366fd1d8eeca9df0b69df821e (diff)
downloadgdb-c820d41869a60c8b043d4cfe104b0df39d1eb650.zip
gdb-c820d41869a60c8b043d4cfe104b0df39d1eb650.tar.gz
gdb-c820d41869a60c8b043d4cfe104b0df39d1eb650.tar.bz2
* Makefile.am (TARG_ENV_HFILES): Add te-armlinuxeabi.h.
* configure.in: Use it for arm*-*-linux-gnueabi*. * config/tc-arm.c: Allow emulation file to set FPU_DEFAULT. * config/te-armlinuxeabi.h: New file. * Makefile.in: Regenerated. * aclocal.m4: Likewise. * configure: Likewise. * doc/Makefile.in: Regenerated.
Diffstat (limited to 'gas/config/te-armlinuxeabi.h')
-rw-r--r--gas/config/te-armlinuxeabi.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/config/te-armlinuxeabi.h b/gas/config/te-armlinuxeabi.h
new file mode 100644
index 0000000..e6abf01
--- /dev/null
+++ b/gas/config/te-armlinuxeabi.h
@@ -0,0 +1,4 @@
+#include "te-linux.h"
+
+/* The EABI requires the use of VFP. */
+#define FPU_DEFAULT FPU_ARCH_VFP_V2