aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-msp430.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-11-07gas and ld pluralization fixesAlan Modra1-1/+3
2017-10-05Fix the MSP430 assembler so that it detects and reports extraneous text at th...Nick Clifton1-27/+83
2017-08-29Improve MSP430 section placement.Jozef Lawrynowicz1-3/+20
2017-07-18Fix spelling typos.Yuri Chornovian1-13/+13
2017-05-16Allow target files access to default TC_FORCE_RELOCATION definesAlan Modra1-3/+2
2017-04-04Support ELF SHF_GNU_MBIND and PT_GNU_MBIND_XXXH.J. Lu1-1/+1
2017-01-23Fix spelling mistakes and typos in the GAS sources.Nick Clifton1-11/+11
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-12-23[msp430] Sync tc-msp430.c with devices.csvJoe Seymour1-6/+5
2016-05-16stop defining linkrelax in multiple placesTrevor Saunders1-3/+3
2016-04-14remove some unused globalsTrevor Saunders1-1/+1
2016-04-06Fix MSP430 assembler's detection of NOP and EINT.Nick Clifton1-1/+24
2016-04-03use XNEW and related macros moreTrevor Saunders1-5/+5
2016-04-01Constify moreAlan Modra1-1/+1
2016-03-31cast literal to char * when assigning to input_line_ptrTrevor Saunders1-1/+1
2016-03-29make md_parse_option () take a const char *Trevor Saunders1-1/+1
2016-03-22make more variables constTrevor Saunders1-1/+1
2016-03-21Remove use of alloca.Nick Clifton1-1/+1
2016-03-07Add const qualifiers at various places.Trevor Saunders1-1/+1
2016-02-25Convert more variables to a constant form.Trevor Saunders1-3/+3
2016-02-17Update list of known MSP430 MCUs.Nick Clifton1-1/+15
2016-02-04Fix the encoding of the MSP430's RRUX instruction.Nick Clifton1-57/+3
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-12-15Remove refernces to a non-existent silicon errata.Nick Clifton1-10/+3
2015-11-09gas: Fix left shift of negative value.Dominik Vogt1-1/+1
2015-10-22Add support for MSP430 silicon errata to the assembler.Nick Clifton1-79/+257
2015-10-12Update list of known MSP430 MCU names.Nick Clifton1-62/+614
2015-08-12Remove trailing spaces in gasH.J. Lu1-58/+58
2015-08-11Convert 'A && (!A || B)' to 'A || B' in various places.Nick Clifton1-10/+10
2015-05-05Add support to the MSP430 linker for the automatic placement of code and data...Nick Clifton1-14/+26
2015-02-05Fix msp430 build with gcc-5Alan Modra1-2/+2
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-11-03Fixes a snafu checking the size of 20-bit immedaite values.Nick Clifton1-1/+1
2014-06-03Change -mz command line option to -my for the MSP430 port of GAS.Nick Clifton1-7/+7
2014-05-20Fix MSP430 assembler to support #hi(<symbol>).Nick Clifton1-27/+49
2014-03-03This patch enhances the MSP430 port of GAS so that, if requested, it willNick Clifton1-571/+233
2014-01-24Add .data and .bss refsym symbolsDJ Delorie1-3/+50
2014-01-23Remove the display of known MCU names from the MSP430 port of GAS.Nick Clifton1-36/+16
2014-01-22Add .refsym to msp430 backendDJ Delorie1-0/+10
2013-12-13 * config/tc-msp430.c (mcu_types): Add some more 430X mcu names.Nick Clifton1-4/+17
2013-10-08 * config/tc-msp430.c (msp430_operands): Accept "<foo>.a" as an aliasNick Clifton1-46/+108
2013-09-18 * config/tc-msp430.c (OPTION_MOVE_DATA): Define.Nick Clifton1-0/+39
2013-06-25 * config/tc-msp430.c (msp430_srcoperand): Do not allow the use ofNick Clifton1-11/+14
2013-05-16 * config/tc-msp430.c: Make -mmcu recognise more part numbers.Nick Clifton1-279/+615
2013-05-02 * archures.c: Add some more MSP430 machine numbers.Nick Clifton1-311/+1779
2012-05-17 PR 14072Nick Clifton1-3/+2
2010-06-28 * config/obj-evax.h (S_SET_OTHER, S_SET_TYPE, S_SET_DESC): Don't define.Alan Modra1-3/+2
2009-09-02update copyright datesAlan Modra1-1/+1
2009-07-24 PR 10437Nick Clifton1-4/+4