diff options
author | Joseph Myers <joseph@codesourcery.com> | 2009-01-16 11:38:14 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2009-01-16 11:38:14 +0000 |
commit | 3493e7b072fcca9911dd102bbcb6a1fc61012f95 (patch) | |
tree | 004c54a9937826d750741273cf4edc728d6b8fb1 /gas/config | |
parent | e04befd0f5bf511dba7a32717d075d90d7de361f (diff) | |
download | gdb-3493e7b072fcca9911dd102bbcb6a1fc61012f95.zip gdb-3493e7b072fcca9911dd102bbcb6a1fc61012f95.tar.gz gdb-3493e7b072fcca9911dd102bbcb6a1fc61012f95.tar.bz2 |
2009-01-16 Mark Shinwell <shinwell@codesourcery.com>
* config/te-armeabi.h (EABI_DEFAULT): Use EF_ARM_EABI_VER5.
* config/te-armlinuxeabi.h (EABI_DEFAULT): Likewise.
Diffstat (limited to 'gas/config')
-rw-r--r-- | gas/config/te-armeabi.h | 2 | ||||
-rw-r--r-- | gas/config/te-armlinuxeabi.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gas/config/te-armeabi.h b/gas/config/te-armeabi.h index f1aeb38..c553bed 100644 --- a/gas/config/te-armeabi.h +++ b/gas/config/te-armeabi.h @@ -19,7 +19,7 @@ /* The EABI requires the use of VFP. */ #define FPU_DEFAULT FPU_ARCH_VFP_V2 -#define EABI_DEFAULT EF_ARM_EABI_VER4 +#define EABI_DEFAULT EF_ARM_EABI_VER5 #define LOCAL_LABELS_DOLLAR 1 #define LOCAL_LABELS_FB 1 diff --git a/gas/config/te-armlinuxeabi.h b/gas/config/te-armlinuxeabi.h index 87c750c..3b596ac 100644 --- a/gas/config/te-armlinuxeabi.h +++ b/gas/config/te-armlinuxeabi.h @@ -21,4 +21,4 @@ /* The EABI requires the use of VFP. */ #define FPU_DEFAULT FPU_ARCH_VFP_V2 -#define EABI_DEFAULT EF_ARM_EABI_VER4 +#define EABI_DEFAULT EF_ARM_EABI_VER5 |