Commit 04953ac9 by Kaz Kojima

sh.h (SUBTARGET_ASM_RELAX_SPEC): Rewrite without brackets.

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

From-SVN: r67801
parent 35b4a576
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> 2003-06-11 Neil Booth <neil@daikokuya.co.uk>
* hooks.c (hook_int_size_t_constcharptr_int_0): New. * hooks.c (hook_int_size_t_constcharptr_int_0): New.
......
...@@ -363,7 +363,7 @@ extern int target_flags; ...@@ -363,7 +363,7 @@ extern int target_flags;
SUBTARGET_EXTRA_SPECS SUBTARGET_EXTRA_SPECS
#if TARGET_CPU_DEFAULT & HARD_SH4_BIT #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 #else
#define SUBTARGET_ASM_RELAX_SPEC "%{m4*:-isa=sh4}" #define SUBTARGET_ASM_RELAX_SPEC "%{m4*:-isa=sh4}"
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment