MSP430: Don't pass redundant -md option to the assembler
authorJozef Lawrynowicz <jozef.l@mittosystems.com>
Mon, 3 Aug 2020 14:54:52 +0000 (15:54 +0100)
committerJozef Lawrynowicz <jozef.l@mittosystems.com>
Mon, 3 Aug 2020 14:54:52 +0000 (15:54 +0100)
commitcc8c0049749736cdd88bc9c90f5df3961b97c67c
tree082fbe1db69431dad2dba55472a55c1f8a70e334
parentd1773f58f3a03e6c764373635fa079fa7526cfcf
MSP430: Don't pass redundant -md option to the assembler

The MSP430 GAS option "-md" is supposed to indicate that the CRT startup
code should copy data from ROM to RAM at startup. However, this option
has no effect; GAS handles the related behaviour automatically.

gcc/ChangeLog:

* config/msp430/msp430.h (ASM_SPEC): Don't pass on "-md" option.
gcc/config/msp430/msp430.h