r228707 - in /trunk/gcc: ChangeLog config/msp43...

nickc@gcc.gnu.org nickc@gcc.gnu.org
Mon Oct 12 10:20:00 GMT 2015


Author: nickc
Date: Mon Oct 12 10:20:56 2015
New Revision: 228707

URL: https://gcc.gnu.org/viewcvs?rev=228707&root=gcc&view=rev
Log:
	* 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.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/msp430/msp430.c
    trunk/gcc/doc/invoke.texi



More information about the Gcc-cvs mailing list