From deeaaff8d2dc3199269774f2cc7011083211d776 Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Wed, 16 Mar 2005 17:27:17 +0000 Subject: * 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". --- gas/config/te-armeabi.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 gas/config/te-armeabi.h (limited to 'gas/config/te-armeabi.h') 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" -- cgit v1.1