diff options
-rw-r--r-- | gas/ChangeLog | 5 | ||||
-rw-r--r-- | gas/config/te-armeabi.h | 2 | ||||
-rw-r--r-- | gas/config/te-armlinuxeabi.h | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index bbfe3a1..715614e 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +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. + 2009-01-16 Andrew Stubbs <ams@codesourcery.com> Daniel Jacobowitz <dan@codesourcery.com> 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 |