mirror of git://gcc.gnu.org/git/gcc.git
msp430.h (ASM_SPEC): Add spaces after inserted options.
* config/msp430/msp430.h (ASM_SPEC): Add spaces after inserted options. From-SVN: r210808
This commit is contained in:
parent
1f9c420b7b
commit
1ad47ee5b4
|
|
@ -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>
|
2014-05-22 Eric Botcazou <ebotcazou@adacore.com>
|
||||||
|
|
||||||
* tree-ssa-forwprop.c (associate_plusminus): Extend (T)(P + A) - (T)P
|
* tree-ssa-forwprop.c (associate_plusminus): Extend (T)(P + A) - (T)P
|
||||||
|
|
|
||||||
|
|
@ -55,8 +55,8 @@ extern bool msp430x;
|
||||||
"%{mcpu=*:-mcpu=%*}%{!mcpu=*:%{mmcu=*:-mmcu=%*}} " /* Pass the CPU type on to the assembler. */ \
|
"%{mcpu=*:-mcpu=%*}%{!mcpu=*:%{mmcu=*:-mmcu=%*}} " /* Pass the CPU type on to the assembler. */ \
|
||||||
"%{mrelax=-mQ} " /* Pass the relax option 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. */ \
|
"%{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. */ \
|
"%{!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. */
|
"%{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
|
/* Enable linker section garbage collection by default, unless we
|
||||||
are creating a relocatable binary (gc does not work) or debugging
|
are creating a relocatable binary (gc does not work) or debugging
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue