diff options
author | Paul Brook <paul@codesourcery.com> | 2004-10-12 14:10:39 +0000 |
---|---|---|
committer | Paul Brook <pbrook@gcc.gnu.org> | 2004-10-12 14:10:39 +0000 |
commit | a3702807382bff86e48479f3b7e59831952b8537 (patch) | |
tree | 84d9ad39a6429d29cfa6c065eaf1c7a1d9185b27 /gcc | |
parent | b49e92fea26d4644fa5b2ab193dd29400de333d7 (diff) | |
download | gcc-a3702807382bff86e48479f3b7e59831952b8537.zip gcc-a3702807382bff86e48479f3b7e59831952b8537.tar.gz gcc-a3702807382bff86e48479f3b7e59831952b8537.tar.bz2 |
bpabi.h (SUBTARGET_EXTRA_ASM_SPEC): Change meabi=3 to meabi=4.
* config/arm/bpabi.h (SUBTARGET_EXTRA_ASM_SPEC): Change meabi=3 to
meabi=4.
[[Split portion of a mixed commit.]]
From-SVN: r88930.2
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/arm/bpabi.h | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ee53491..7367505 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. diff --git a/gcc/config/arm/bpabi.h b/gcc/config/arm/bpabi.h index c152577..6fb11b9 100644 --- a/gcc/config/arm/bpabi.h +++ b/gcc/config/arm/bpabi.h @@ -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 |