Remove the display of known MCU names from the MSP430 port of GAS.
authorNick Clifton <nickc@redhat.com>
Thu, 23 Jan 2014 17:08:24 +0000 (17:08 +0000)
committerNick Clifton <nickc@redhat.com>
Thu, 23 Jan 2014 17:08:24 +0000 (17:08 +0000)
commit8e75a78f36867b1454e830ef59cc31384fb7b21e
tree30228e63711a4d1d809471f76b96aa4e8422c874
parentd923cae027fb7f86d6b684c9084c5521fef0ed56
Remove the display of known MCU names from the MSP430 port of GAS.

New MSP430 MCU parts are being created by TI all the time and the
list is basically always out of date.  Instead any name will be
accepted by the -mmcu= command line option.  ISA selection is now
based upon the -mcpu= command line option, just as is done for GCC.

gas/ChangeLog
* config/tc-msp430.c (show_mcu_list): Delete.
(md_parse_option): Accept any MCU name.  Accept several more
variants for the -mcpu option.
(md_show_usage): Do not call show_mcu_list.
gas/ChangeLog
gas/config/tc-msp430.c