sh.h (SUBTARGET_ASM_RELAX_SPEC): Rewrite without brackets.

* config/sh/sh.h (SUBTARGET_ASM_RELAX_SPEC): Rewrite without
	brackets.

From-SVN: r67801
This commit is contained in:
Kaz Kojima 2003-06-11 22:36:29 +00:00
parent 35b4a5768f
commit 04953ac986
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2003-06-11 Kaz Kojima <kkojima@gcc.gnu.org>
* config/sh/sh.h (SUBTARGET_ASM_RELAX_SPEC): Rewrite without
brackets.
2003-06-11 Neil Booth <neil@daikokuya.co.uk>
* hooks.c (hook_int_size_t_constcharptr_int_0): New.

View File

@ -363,7 +363,7 @@ extern int target_flags;
SUBTARGET_EXTRA_SPECS
#if TARGET_CPU_DEFAULT & HARD_SH4_BIT
#define SUBTARGET_ASM_RELAX_SPEC "%{!m[1235]*:-isa=sh4}"
#define SUBTARGET_ASM_RELAX_SPEC "%{!m1:%{!m2:%{!m3*:%{!m5*:-isa=sh4}}}}"
#else
#define SUBTARGET_ASM_RELAX_SPEC "%{m4*:-isa=sh4}"
#endif