mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-06 02:20:34 +08:00
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
This commit is contained in:
parent
b49e92fea2
commit
a370280738
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user