summaryrefslogtreecommitdiff
path: root/gas/config/tc-msp430.c
Commit message (Expand)AuthorAgeFilesLines
* Fix spelling typos.Yuri Chornovian2017-07-181-13/+13
* Allow target files access to default TC_FORCE_RELOCATION definesAlan Modra2017-05-161-3/+2
* Support ELF SHF_GNU_MBIND and PT_GNU_MBIND_XXXH.J. Lu2017-04-041-1/+1
* Fix spelling mistakes and typos in the GAS sources.Nick Clifton2017-01-231-11/+11
* Update year range in copyright notice of all files.Alan Modra2017-01-021-1/+1
* [msp430] Sync tc-msp430.c with devices.csvJoe Seymour2016-12-231-6/+5
* stop defining linkrelax in multiple placesTrevor Saunders2016-05-161-3/+3
* remove some unused globalsTrevor Saunders2016-04-141-1/+1
* Fix MSP430 assembler's detection of NOP and EINT.Nick Clifton2016-04-061-1/+24
* use XNEW and related macros moreTrevor Saunders2016-04-031-5/+5
* Constify moreAlan Modra2016-04-011-1/+1
* cast literal to char * when assigning to input_line_ptrTrevor Saunders2016-03-311-1/+1
* make md_parse_option () take a const char *Trevor Saunders2016-03-291-1/+1
* make more variables constTrevor Saunders2016-03-221-1/+1
* Remove use of alloca.Nick Clifton2016-03-211-1/+1
* Add const qualifiers at various places.Trevor Saunders2016-03-071-1/+1
* Convert more variables to a constant form.Trevor Saunders2016-02-251-3/+3
* Update list of known MSP430 MCUs.Nick Clifton2016-02-171-1/+15
* Fix the encoding of the MSP430's RRUX instruction.Nick Clifton2016-02-041-57/+3
* Copyright update for binutilsAlan Modra2016-01-011-1/+1
* Remove refernces to a non-existent silicon errata.Nick Clifton2015-12-151-10/+3
* gas: Fix left shift of negative value.Dominik Vogt2015-11-091-1/+1
* Add support for MSP430 silicon errata to the assembler.Nick Clifton2015-10-221-79/+257
* Update list of known MSP430 MCU names.Nick Clifton2015-10-121-62/+614
* Remove trailing spaces in gasH.J. Lu2015-08-121-58/+58
* Convert 'A && (!A || B)' to 'A || B' in various places.Nick Clifton2015-08-111-10/+10
* Add support to the MSP430 linker for the automatic placement of code and data...Nick Clifton2015-05-051-14/+26
* Fix msp430 build with gcc-5Alan Modra2015-02-051-2/+2
* ChangeLog rotatation and copyright year updateAlan Modra2015-01-021-1/+1
* Fixes a snafu checking the size of 20-bit immedaite values.Nick Clifton2014-11-031-1/+1
* Change -mz command line option to -my for the MSP430 port of GAS.Nick Clifton2014-06-031-7/+7
* Fix MSP430 assembler to support #hi(<symbol>).Nick Clifton2014-05-201-27/+49
* This patch enhances the MSP430 port of GAS so that, if requested, it willNick Clifton2014-03-031-571/+233
* Add .data and .bss refsym symbolsDJ Delorie2014-01-241-3/+50
* Remove the display of known MCU names from the MSP430 port of GAS.Nick Clifton2014-01-231-36/+16
* Add .refsym to msp430 backendDJ Delorie2014-01-221-0/+10
* * config/tc-msp430.c (mcu_types): Add some more 430X mcu names.Nick Clifton2013-12-131-4/+17
* * config/tc-msp430.c (msp430_operands): Accept "<foo>.a" as an aliasNick Clifton2013-10-081-46/+108
* * config/tc-msp430.c (OPTION_MOVE_DATA): Define.Nick Clifton2013-09-181-0/+39
* * config/tc-msp430.c (msp430_srcoperand): Do not allow the use ofNick Clifton2013-06-251-11/+14
* * config/tc-msp430.c: Make -mmcu recognise more part numbers.Nick Clifton2013-05-161-279/+615
* * archures.c: Add some more MSP430 machine numbers.Nick Clifton2013-05-021-311/+1779
* PR 14072Nick Clifton2012-05-171-3/+2
* * config/obj-evax.h (S_SET_OTHER, S_SET_TYPE, S_SET_DESC): Don't define.Alan Modra2010-06-281-3/+2
* update copyright datesAlan Modra2009-09-021-1/+1
* PR 10437Nick Clifton2009-07-241-4/+4
* Remove duplicate definitions of the md_atof() functionNick Clifton2007-10-171-37/+1
* PR gas/5155Nick Clifton2007-10-111-20/+17
* Switch to GPLv3Nick Clifton2007-07-031-1/+1
* PR gas/2623Nick Clifton2007-02-281-1/+1