diff options
author | Andrew Stubbs <ams@codesourcery.com> | 2012-07-15 00:02:47 +0000 |
---|---|---|
committer | Sandra Loosemore <sandra@gcc.gnu.org> | 2012-07-14 20:02:47 -0400 |
commit | 9b02410362191ffa1f028d3d6b64dd0d7980d0fe (patch) | |
tree | 7617715d8bfefc379c96f4fdae75f36c3c29a225 | |
parent | d0db532de1e62c27ff4df733585564f325e7007d (diff) | |
download | gcc-9b02410362191ffa1f028d3d6b64dd0d7980d0fe.zip gcc-9b02410362191ffa1f028d3d6b64dd0d7980d0fe.tar.gz gcc-9b02410362191ffa1f028d3d6b64dd0d7980d0fe.tar.bz2 |
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
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/sh/sh.h | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 56a4845..0de1ed8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +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> * 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 b5f20f9..e1c5703 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} \ |