aboutsummaryrefslogtreecommitdiff
path: root/gas/config/te-armeabi.h
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2005-03-16 17:27:17 +0000
committerDaniel Jacobowitz <drow@false.org>2005-03-16 17:27:17 +0000
commitdeeaaff8d2dc3199269774f2cc7011083211d776 (patch)
tree4d3de67009bb547a6e2da47f3df747d35fc7d7ad /gas/config/te-armeabi.h
parent36bfbdd3902600b2482e1287ced254d31d91f739 (diff)
downloadgdb-deeaaff8d2dc3199269774f2cc7011083211d776.zip
gdb-deeaaff8d2dc3199269774f2cc7011083211d776.tar.gz
gdb-deeaaff8d2dc3199269774f2cc7011083211d776.tar.bz2
* configure.tgt: Set emulation for arm-*-eabi*.
* config/tc-arm.c (meabi_flags): Check EABI_DEFAULT. * config/te-armeabi.h: New file. * config/te-armlinuxeabi.h (EABI_DEFAULT): Define. * config/te-symbian.h: Include "te-armeabi.h".
Diffstat (limited to 'gas/config/te-armeabi.h')
-rw-r--r--gas/config/te-armeabi.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/config/te-armeabi.h b/gas/config/te-armeabi.h
new file mode 100644
index 0000000..7453593
--- /dev/null
+++ b/gas/config/te-armeabi.h
@@ -0,0 +1,8 @@
+/* The EABI requires the use of VFP. */
+#define FPU_DEFAULT FPU_ARCH_VFP_V2
+#define EABI_DEFAULT EF_ARM_EABI_VER4
+
+#define LOCAL_LABELS_DOLLAR 1
+#define LOCAL_LABELS_FB 1
+
+#include "obj-format.h"