From 3493e7b072fcca9911dd102bbcb6a1fc61012f95 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Fri, 16 Jan 2009 11:38:14 +0000 Subject: [PATCH] 2009-01-16 Mark Shinwell * config/te-armeabi.h (EABI_DEFAULT): Use EF_ARM_EABI_VER5. * config/te-armlinuxeabi.h (EABI_DEFAULT): Likewise. --- gas/ChangeLog | 5 +++++ gas/config/te-armeabi.h | 2 +- gas/config/te-armlinuxeabi.h | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index bbfe3a1c9c5..715614e2c6a 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2009-01-16 Mark Shinwell + + * config/te-armeabi.h (EABI_DEFAULT): Use EF_ARM_EABI_VER5. + * config/te-armlinuxeabi.h (EABI_DEFAULT): Likewise. + 2009-01-16 Andrew Stubbs Daniel Jacobowitz diff --git a/gas/config/te-armeabi.h b/gas/config/te-armeabi.h index f1aeb38ed6f..c553bed7984 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 87c750c9a02..3b596ace946 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 -- 2.30.2