[msp430] Sync tc-msp430.c with devices.csv
authorJoe Seymour <joe.s@somniumtech.com>
Tue, 20 Dec 2016 14:50:49 +0000 (14:50 +0000)
committerJoe Seymour <joe.s@somniumtech.com>
Fri, 23 Dec 2016 10:19:15 +0000 (10:19 +0000)
commit4eabf3446367832693a1baf145f6ff02baae197b
tree9fb55f506f1d108b89c545c84624bf0b8ef3ecb5
parent99b5dbf2e78a63ba4be067bfabb3bec1a6406f1c
[msp430] Sync tc-msp430.c with devices.csv

This patch syncs the generated data structure in tc-msp430.c with the
latest version of devices.csv released by TI.

My understanding is that the devices being removed were "invalid spins",
so can't be being used by anyone, and never will be. Current web
searches related to these devices return no relevant results.

Built and tested (no regressions) as follows:
  Configured with: --target=msp430-elf --disable-gdb
  Test variations:
    msp430-sim/-mcpu=msp430
    msp430-sim/-mcpu=msp430x
    msp430-sim/-mcpu=msp430x/-mlarge/-mdata-region=either/-mcode-region=either
    msp430-sim/-mhwmult=none
    msp430-sim/-mhwmult=f5series

gas/
* config/tc-msp430.c (msp430_mcu_data): Sync with data from TI's
devices.csv file as of September 2016.
gas/ChangeLog
gas/config/tc-msp430.c