]> gcc.gnu.org Git - gcc.git/commitdiff
msp430.h (ASM_SPEC): Add spaces after inserted options.
authorNick Clifton <nickc@redhat.com>
Thu, 22 May 2014 15:09:06 +0000 (15:09 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Thu, 22 May 2014 15:09:06 +0000 (15:09 +0000)
* config/msp430/msp430.h (ASM_SPEC): Add spaces after inserted
options.

From-SVN: r210808

gcc/ChangeLog
gcc/config/msp430/msp430.h

index 307df9af47d7b9e952a334b2fdfcbd9b8d9123e5..3d6a4a4d1e705ee6c7b60e18f76de97dd0f249d6 100644 (file)
@@ -1,3 +1,8 @@
+2014-05-22  Nick Clifton  <nickc@redhat.com>
+
+       * config/msp430/msp430.h (ASM_SPEC): Add spaces after inserted
+       options.
+
 2014-05-22  Eric Botcazou  <ebotcazou@adacore.com>
 
        * tree-ssa-forwprop.c (associate_plusminus): Extend (T)(P + A) - (T)P
index 65d6ad66df228feb2c011230f8b160ba1205f38f..044e558a3d495a4afba4f197752a6e72e9b6bc51 100644 (file)
@@ -55,8 +55,8 @@ extern bool msp430x;
   "%{mcpu=*:-mcpu=%*}%{!mcpu=*:%{mmcu=*:-mmcu=%*}} " /* Pass the CPU type on to the assembler.  */ \
   "%{mrelax=-mQ} " /* Pass the relax option on to the assembler.  */ \
   "%{mlarge:-ml} " /* Tell the assembler if we are building for the LARGE pointer model.  */ \
-  "%{!msim:-md} %{msim:%{mlarge:-md}}" /* Copy data from ROM to RAM if necessary.  */ \
-  "%{ffunction-sections:-gdwarf-sections}" /* If function sections are being created then create DWARF line number sections as well.  */
+  "%{!msim:-md} %{msim:%{mlarge:-md}} " /* Copy data from ROM to RAM if necessary.  */ \
+  "%{ffunction-sections:-gdwarf-sections} " /* If function sections are being created then create DWARF line number sections as well.  */
 
 /* Enable linker section garbage collection by default, unless we
    are creating a relocatable binary (gc does not work) or debugging
This page took 0.079491 seconds and 5 git commands to generate.