From 9b02410362191ffa1f028d3d6b64dd0d7980d0fe Mon Sep 17 00:00:00 2001 From: Andrew Stubbs Date: Sun, 15 Jul 2012 00:02:47 +0000 Subject: [PATCH] sh.h (SH_ASM_SPEC): Add spaces between options. 2012-07-14 Andrew Stubbs Sandra Loosemore gcc/ * config/sh/sh.h (SH_ASM_SPEC): Add spaces between options. Co-Authored-By: Sandra Loosemore From-SVN: r189486 --- gcc/ChangeLog | 5 +++++ gcc/config/sh/sh.h | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 56a48453a06..0de1ed8c347 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2012-07-14 Andrew Stubbs + Sandra Loosemore + + * config/sh/sh.h (SH_ASM_SPEC): Add spaces between options. + 2012-07-14 Uros Bizjak * config/i386/i386.c (ix86_set_reg_reg_cost): Enable TFmode/TCmode diff --git a/gcc/config/sh/sh.h b/gcc/config/sh/sh.h index b5f20f90558..e1c57039e0c 100644 --- a/gcc/config/sh/sh.h +++ b/gcc/config/sh/sh.h @@ -338,8 +338,8 @@ do { \ #endif #define SH_ASM_SPEC \ - "%(subtarget_asm_endian_spec) %{mrelax:-relax %(subtarget_asm_relax_spec)}\ -%(subtarget_asm_isa_spec) %(subtarget_asm_spec)\ + "%(subtarget_asm_endian_spec) %{mrelax:-relax %(subtarget_asm_relax_spec)} \ +%(subtarget_asm_isa_spec) %(subtarget_asm_spec) \ %{m2a:--isa=sh2a} \ %{m2a-single:--isa=sh2a} \ %{m2a-single-only:--isa=sh2a} \ -- 2.30.2