MSP430: Remove unused -md GAS option
authorJozef Lawrynowicz <jozef.l@mittosystems.com>
Mon, 3 Aug 2020 14:04:58 +0000 (15:04 +0100)
committerJozef Lawrynowicz <jozef.l@mittosystems.com>
Mon, 3 Aug 2020 15:05:48 +0000 (16:05 +0100)
commite4ae357fe8d4a337ae4bdd4cabb8286cb128819c
tree065225a3719c71efa9a9ef8a3126a169140752b5
parent8f34b74686c6b9bf83d1c46e93b5aecca2e0ed0e
MSP430: Remove unused -md GAS option

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 by
looking for the presence of certain symbols in the input file.

gas/ChangeLog:

* config/tc-msp430.c (OPTION_MOVE_DATA): Remove.
(md_parse_option): Remove case for OPTION_MOVE_DATA.
(md_longopts): Remove "md" entry.
(md_show_usage): Likewise.
gas/ChangeLog
gas/config/tc-msp430.c
This page took 0.028009 seconds and 4 git commands to generate.