aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ELF: Add support for unique section ID to assemblerH.J. Lu2020-02-021-1/+1
* MSP430: Fix relocation overflow when using #lo(EXP) macroJozef Lawrynowicz2020-01-151-11/+24
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* Add support for new functionality in the msp430 backend of GCC.Jozef Lawrynowicz2019-10-071-4/+142
* bfd_section_* macrosAlan Modra2019-09-191-1/+1
* MSP430 Assembler: Define symbols for functions to run through.Jozef Lawrynowicz2019-04-181-6/+38
* MSP420 assembler: Add -m{u,U} options to enable/disable NOP warnings for unk...Jozef Lawrynowicz2019-04-171-8/+37
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* Tighten the constraints for warning about NOPs for the MSP 430 ISA, so NOPs a...Jozef Lawrynowicz2018-11-271-61/+235
* Fix the MSP430 assembler's parsing of register names.Nick Clifton2018-06-261-8/+18
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* gas and ld pluralization fixesAlan Modra2017-11-071-1/+3
* Fix the MSP430 assembler so that it detects and reports extraneous text at th...Nick Clifton2017-10-051-27/+83
* Improve MSP430 section placement.Jozef Lawrynowicz2017-08-291-3/+20
* 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