Commit 9b024103 by Andrew Stubbs Committed by Sandra Loosemore

sh.h (SH_ASM_SPEC): Add spaces between options.

2012-07-14  Andrew Stubbs  <ams@codesourcery.com>
	    Sandra Loosemore  <sandra@codesourcery.com>

	gcc/
	* config/sh/sh.h (SH_ASM_SPEC): Add spaces between options.

Co-Authored-By: Sandra Loosemore <sandra@codesourcery.com>

From-SVN: r189486
parent d0db532d
2012-07-14 Andrew Stubbs <ams@codesourcery.com>
Sandra Loosemore <sandra@codesourcery.com>
* config/sh/sh.h (SH_ASM_SPEC): Add spaces between options.
2012-07-14 Uros Bizjak <ubizjak@gmail.com> 2012-07-14 Uros Bizjak <ubizjak@gmail.com>
* config/i386/i386.c (ix86_set_reg_reg_cost): Enable TFmode/TCmode * config/i386/i386.c (ix86_set_reg_reg_cost): Enable TFmode/TCmode
......
...@@ -338,8 +338,8 @@ do { \ ...@@ -338,8 +338,8 @@ do { \
#endif #endif
#define SH_ASM_SPEC \ #define SH_ASM_SPEC \
"%(subtarget_asm_endian_spec) %{mrelax:-relax %(subtarget_asm_relax_spec)}\ "%(subtarget_asm_endian_spec) %{mrelax:-relax %(subtarget_asm_relax_spec)} \
%(subtarget_asm_isa_spec) %(subtarget_asm_spec)\ %(subtarget_asm_isa_spec) %(subtarget_asm_spec) \
%{m2a:--isa=sh2a} \ %{m2a:--isa=sh2a} \
%{m2a-single:--isa=sh2a} \ %{m2a-single:--isa=sh2a} \
%{m2a-single-only:--isa=sh2a} \ %{m2a-single-only:--isa=sh2a} \
......
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