aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/arm
diff options
context:
space:
mode:
authorMark Shinwell <shinwell@codesourcery.com>2009-01-22 11:14:42 +0000
committerJoseph Myers <jsm28@gcc.gnu.org>2009-01-22 11:14:42 +0000
commit9b34732e9be25c7c09d3d7674cac7b37a56a4567 (patch)
treecd985d49d989a282b224a8c48d49884b54335d62 /gcc/config/arm
parent03c2a308f32b01bdb5bea5538bccbb9b885b47a9 (diff)
downloadgcc-9b34732e9be25c7c09d3d7674cac7b37a56a4567.zip
gcc-9b34732e9be25c7c09d3d7674cac7b37a56a4567.tar.gz
gcc-9b34732e9be25c7c09d3d7674cac7b37a56a4567.tar.bz2
bpabi.h (SUBTARGET_EXTRA_ASM_SPEC): Bump EABI version number to five.
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
Diffstat (limited to 'gcc/config/arm')
-rw-r--r--gcc/config/arm/bpabi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/arm/bpabi.h b/gcc/config/arm/bpabi.h
index bc71659..bbd58da 100644
--- a/gcc/config/arm/bpabi.h
+++ b/gcc/config/arm/bpabi.h
@@ -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 ""