mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-25 16:50:49 +08:00
* config/sh/sh.h (SUBTARGET_ASM_RELAX_SPEC): Use -isa=sh4-up instead of -isa=sh4.
From-SVN: r115371
This commit is contained in:
parent
2bdda702e9
commit
45e49d9640
@ -1,3 +1,8 @@
|
||||
2006-07-12 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* config/sh/sh.h (SUBTARGET_ASM_RELAX_SPEC): Use -isa=sh4-up
|
||||
instead of -isa=sh4.
|
||||
|
||||
2006-07-12 Mike Stump <mrs@apple.com>
|
||||
|
||||
PR c/28280
|
||||
|
@ -366,9 +366,9 @@ do { \
|
||||
SUBTARGET_EXTRA_SPECS
|
||||
|
||||
#if TARGET_CPU_DEFAULT & MASK_HARD_SH4
|
||||
#define SUBTARGET_ASM_RELAX_SPEC "%{!m1:%{!m2:%{!m3*:%{!m5*:-isa=sh4}}}}"
|
||||
#define SUBTARGET_ASM_RELAX_SPEC "%{!m1:%{!m2:%{!m3*:%{!m5*:-isa=sh4-up}}}}"
|
||||
#else
|
||||
#define SUBTARGET_ASM_RELAX_SPEC "%{m4*:-isa=sh4}"
|
||||
#define SUBTARGET_ASM_RELAX_SPEC "%{m4*:-isa=sh4-up}"
|
||||
#endif
|
||||
|
||||
#define SH_ASM_SPEC \
|
||||
|
Loading…
x
Reference in New Issue
Block a user