bpabi.h (SUBTARGET_EXTRA_ASM_SPEC): Change meabi=3 to meabi=4.
authorPaul Brook <paul@codesourcery.com>
Tue, 12 Oct 2004 14:10:39 +0000 (14:10 +0000)
committerPaul Brook <pbrook@gcc.gnu.org>
Tue, 12 Oct 2004 14:10:39 +0000 (14:10 +0000)
* config/arm/bpabi.h (SUBTARGET_EXTRA_ASM_SPEC): Change meabi=3 to
meabi=4.

[[Split portion of a mixed commit.]]

From-SVN: r88930.2

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

index ee534912d254948d66b320038fb795cb232d56dd..7367505fd3565032fe22a2a567edeaf1c2e87935 100644 (file)
@@ -1,3 +1,8 @@
+2004-10-12  Paul Brook  <paul@coodesourcery.com>
+
+       * config/arm/bpabi.h (SUBTARGET_EXTRA_ASM_SPEC): Change meabi=3 to
+       meabi=4.
+
 2004-10-12  Paul Brook  <paul@codesourcery.com>
 
        * config/arm/arm.md (addsi3_cbranch_scratch): Correct constraints.
index c15257728d4f83b6decfff8579a8f43d18d06db0..6fb11b9838c3045abba95752ac84984db6292d0f 100644 (file)
@@ -38,7 +38,7 @@
 
 /* Tell the assembler to build BPABI binaries.  */
 #undef SUBTARGET_EXTRA_ASM_SPEC
-#define SUBTARGET_EXTRA_ASM_SPEC "-meabi=3"
+#define SUBTARGET_EXTRA_ASM_SPEC "-meabi=4"
 
 /* The generic link spec in elf.h does not support shared libraries.  */
 #undef LINK_SPEC