Commit: MSP430: Add support for more MCUs
Nick Clifton
nickc@redhat.com
Mon Oct 12 10:20:00 GMT 2015
Hi Guys,
I am applying the attached patch to add support for more MSP430 MCUs
to the MSP430 target. The names and data have been copied directly
from the the latest devices.csv file released by TI.
The patch also updates the documentation on the MSP430's -mmcu option
to note that if the MCU name is not recognised the compiler will
assume that is only supports the MSP430 instruction set, and that it
does not have any hardware multiply support.
Tested with no regressions on an msp430-elf toolchain.
Cheers
Nick
gcc/ChangeLog
2015-10-12 Nick Clifton <nickc@redhat.com>
* config/msp430/msp430.c (msp430_mcu_names): Rename to
msp430_mcu_data, add fields for ISA and hardware multiply
support. Import latest data from the devices.csv file.
(msp430_override_option): Use the data from the new array.
(msp430_use_f5_series_hwmult): Likewise.
(use_32bit_hwmult): Likewise.
(msp430_no_hwmult): Likewise.
* config/msp430/t-msp430 (MULTILIB_MATCHES): Add matches for new
MCU names.
* doc/invoke.texi (MSP430 Options): Note that if the MCU name is
not recognised then no hardware multiply support is assumed and
that only the MSP430 ISA is allowed.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fred
Type: application/octet-stream
Size: 72238 bytes
Desc: not available
URL: <https://gcc.gnu.org/pipermail/gcc/attachments/20151012/d5c77872/attachment.obj>
More information about the Gcc
mailing list