Browse Source
* 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".csl-arm-20050325-branch
6 changed files with 24 additions and 3 deletions
@ -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" |
|||
@ -1,3 +1,3 @@ |
|||
#define TE_SYMBIAN 1 |
|||
#include "obj-elf.h" |
|||
|
|||
#include "te-armeabi.h" |
|||
|
|||
Loading…
Reference in new issue