2009-01-16 Mark Shinwell <shinwell@codesourcery.com>
authorJoseph Myers <joseph@codesourcery.com>
Fri, 16 Jan 2009 11:38:14 +0000 (11:38 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Fri, 16 Jan 2009 11:38:14 +0000 (11:38 +0000)
* config/te-armeabi.h (EABI_DEFAULT): Use EF_ARM_EABI_VER5.
* config/te-armlinuxeabi.h (EABI_DEFAULT): Likewise.

gas/ChangeLog
gas/config/te-armeabi.h
gas/config/te-armlinuxeabi.h

index bbfe3a1c9c50599ed86228901e0688327230bc34..715614e2c6a3dbeaa20131e38b8747dcdc8c1695 100644 (file)
@@ -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>
 
index f1aeb38ed6f7d1f53304208584bba3ca56445648..c553bed7984811507efdeedec0b7083942de371c 100644 (file)
@@ -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
index 87c750c9a022cf21ecb6a7ed443837b5bb5b2137..3b596ace9460152142c0efdfe91b51a46056be1b 100644 (file)
@@ -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
This page took 0.027429 seconds and 4 git commands to generate.