aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2009-01-16 11:38:14 +0000
committerJoseph Myers <joseph@codesourcery.com>2009-01-16 11:38:14 +0000
commit3493e7b072fcca9911dd102bbcb6a1fc61012f95 (patch)
tree004c54a9937826d750741273cf4edc728d6b8fb1 /gas
parente04befd0f5bf511dba7a32717d075d90d7de361f (diff)
downloadgdb-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')
-rw-r--r--gas/ChangeLog5
-rw-r--r--gas/config/te-armeabi.h2
-rw-r--r--gas/config/te-armlinuxeabi.h2
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