diff options
Diffstat (limited to 'gas/config/te-nacl.h')
-rw-r--r-- | gas/config/te-nacl.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/config/te-nacl.h b/gas/config/te-nacl.h index 6550756..d64a44d 100644 --- a/gas/config/te-nacl.h +++ b/gas/config/te-nacl.h @@ -18,6 +18,13 @@ 02110-1301, USA. */ #define TE_NACL + +#define LOCAL_LABELS_DOLLAR 1 #define LOCAL_LABELS_FB 1 +/* These are for ARM but don't hurt other CPU targets. + They match the settings from te-armeabi.h; NaCl/ARM is based on EABI. */ +#define FPU_DEFAULT FPU_ARCH_VFP +#define EABI_DEFAULT EF_ARM_EABI_VER5 + #include "obj-format.h" |