* config/sh/sh.h (SUBTARGET_ASM_RELAX_SPEC): Use -isa=sh4-up instead of -isa=sh4.

From-SVN: r115371
This commit is contained in:
Nick Clifton 2006-07-12 15:04:24 +00:00 committed by Nick Clifton
parent 2bdda702e9
commit 45e49d9640
2 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -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 \