From: Nick Clifton Date: Wed, 17 Feb 2016 09:53:42 +0000 (+0000) Subject: msp430.c (msp430_mcu_data): Sync with data from TI's devices.csv file as of March... X-Git-Tag: basepoints/gcc-7~903 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01c93899e2c390fd53399d43cd15f4adb7f9c945;p=thirdparty%2Fgcc.git msp430.c (msp430_mcu_data): Sync with data from TI's devices.csv file as of March 2016. * config/msp430/msp430.c (msp430_mcu_data): Sync with data from TI's devices.csv file as of March 2016. From-SVN: r233487 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index aec472c95322..3c57c83cf3b7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,10 +1,15 @@ +2016-02-17 Nick Clifton + + * config/msp430/msp430.c (msp430_mcu_data): Sync with data from + TI's devices.csv file as of March 2016. + 2016-02-16 Kelvin Nilsen PR Target/48344 * opts-global.c (handle_common_deferred_options): Introduce and initialize two global variables to remember command-line options specifying a stack-limiting register. - * opts.h: Add extern declarations of the two new global variables. + * opts.h: Add extern declarations of the two new global variables. * emit-rtl.c (init_emit_once): Initialize the stack_limit_rtx variable based on the values of the two new global variables. diff --git a/gcc/config/msp430/msp430.c b/gcc/config/msp430/msp430.c index 52be815f9d3c..6f6311672aa6 100644 --- a/gcc/config/msp430/msp430.c +++ b/gcc/config/msp430/msp430.c @@ -90,10 +90,10 @@ msp430_init_machine_status (void) #define TARGET_OPTION_OVERRIDE msp430_option_override /* This is a copy of the same data structure found in gas/config/tc-msp430.c - Also another (sort-of) copy can be found in gcc/config/msp430/devices-msp430.c + Also another (sort-of) copy can be found in gcc/config/msp430/t-msp430 Keep these three structures in sync. The data in this structure has been extracted from the devices.csv file - released by TI, updated as of 8 October 2015. */ + released by TI, updated as of March 2016. */ struct msp430_mcu_data { @@ -519,7 +519,13 @@ msp430_mcu_data [] = { "msp430fg6626",2,8 }, { "msp430fr2032",2,0 }, { "msp430fr2033",2,0 }, + { "msp430fr2310",2,0 }, + { "msp430fr2311",2,0 }, { "msp430fr2433",2,8 }, + { "msp430fr2532",2,8 }, + { "msp430fr2533",2,8 }, + { "msp430fr2632",2,8 }, + { "msp430fr2633",2,8 }, { "msp430fr2xx_4xxgeneric",2,8 }, { "msp430fr4131",2,0 }, { "msp430fr4132",2,0 }, @@ -553,6 +559,8 @@ msp430_mcu_data [] = { "msp430fr5858",2,8 }, { "msp430fr5859",2,8 }, { "msp430fr5867",2,8 }, + { "msp430fr5862",2,8 }, + { "msp430fr5864",2,8 }, { "msp430fr58671",2,8 }, { "msp430fr5868",2,8 }, { "msp430fr5869",2,8 }, @@ -563,6 +571,8 @@ msp430_mcu_data [] = { "msp430fr5888",2,8 }, { "msp430fr5889",2,8 }, { "msp430fr58891",2,8 }, + { "msp430fr5892",2,8 }, + { "msp430fr5894",2,8 }, { "msp430fr5922",2,8 }, { "msp430fr59221",2,8 }, { "msp430fr5947",2,8 }, @@ -572,6 +582,8 @@ msp430_mcu_data [] = { "msp430fr5957",2,8 }, { "msp430fr5958",2,8 }, { "msp430fr5959",2,8 }, + { "msp430fr5962",2,8 }, + { "msp430fr5964",2,8 }, { "msp430fr5967",2,8 }, { "msp430fr5968",2,8 }, { "msp430fr5969",2,8 }, @@ -584,6 +596,8 @@ msp430_mcu_data [] = { "msp430fr5988",2,8 }, { "msp430fr5989",2,8 }, { "msp430fr59891",2,8 }, + { "msp430fr5992",2,8 }, + { "msp430fr5994",2,8 }, { "msp430fr5xx_6xxgeneric",2,8 }, { "msp430fr6820",2,8 }, { "msp430fr6822",2,8 },