]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
bpabi.h (SUBTARGET_EXTRA_ASM_SPEC): Bump EABI version number to five.
authorMark Shinwell <shinwell@codesourcery.com>
Thu, 22 Jan 2009 11:14:42 +0000 (11:14 +0000)
committerJoseph Myers <jsm28@gcc.gnu.org>
Thu, 22 Jan 2009 11:14:42 +0000 (11:14 +0000)
2009-01-22  Mark Shinwell  <shinwell@codesourcery.com>

* config/arm/bpabi.h (SUBTARGET_EXTRA_ASM_SPEC): Bump EABI
version number to five.

From-SVN: r143564

gcc/ChangeLog
gcc/config/arm/bpabi.h

index d2e64ab3fd76de55d27b2d44afaef7078573cb46..ad11f9ff353a22dc4871178a4d1580a10913037a 100644 (file)
@@ -1,3 +1,8 @@
+2009-01-22  Mark Shinwell  <shinwell@codesourcery.com>
+
+       * config/arm/bpabi.h (SUBTARGET_EXTRA_ASM_SPEC): Bump EABI
+       version number to five.
+
 2009-01-22  Dodji Seketeli  <dodji@redhat.com>
 
        PR c++/38930
index bc716593c17abf3d77e98b5a5aeffde74dcfe8c4..bbd58da4d42fc80380facd43ef005f52434f09a6 100644 (file)
@@ -55,7 +55,7 @@
 
 /* Tell the assembler to build BPABI binaries.  */
 #undef  SUBTARGET_EXTRA_ASM_SPEC
-#define SUBTARGET_EXTRA_ASM_SPEC "%{mabi=apcs-gnu|mabi=atpcs:-meabi=gnu;:-meabi=4}" TARGET_FIX_V4BX_SPEC
+#define SUBTARGET_EXTRA_ASM_SPEC "%{mabi=apcs-gnu|mabi=atpcs:-meabi=gnu;:-meabi=5}" TARGET_FIX_V4BX_SPEC
 
 #ifndef SUBTARGET_EXTRA_LINK_SPEC
 #define SUBTARGET_EXTRA_LINK_SPEC ""