From: Nick Clifton Date: Thu, 22 May 2014 15:09:06 +0000 (+0000) Subject: msp430.h (ASM_SPEC): Add spaces after inserted options. X-Git-Tag: releases/gcc-5.1.0~7364 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1ad47ee5b486d90596896ba1a15f2b06914dab77;p=thirdparty%2Fgcc.git msp430.h (ASM_SPEC): Add spaces after inserted options. * config/msp430/msp430.h (ASM_SPEC): Add spaces after inserted options. From-SVN: r210808 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 307df9af47d7..3d6a4a4d1e70 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2014-05-22 Nick Clifton + + * config/msp430/msp430.h (ASM_SPEC): Add spaces after inserted + options. + 2014-05-22 Eric Botcazou * tree-ssa-forwprop.c (associate_plusminus): Extend (T)(P + A) - (T)P diff --git a/gcc/config/msp430/msp430.h b/gcc/config/msp430/msp430.h index 65d6ad66df22..044e558a3d49 100644 --- a/gcc/config/msp430/msp430.h +++ b/gcc/config/msp430/msp430.h @@ -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