summaryrefslogtreecommitdiff
path: root/gas/config/tc-msp430.c
Commit message (Expand)AuthorAgeFilesLines
* gas: equates of registersJan Beulich2023-05-121-0/+2
* Use __func__ rather than __FUNCTION__Alan Modra2023-01-121-5/+5
* Update year range in copyright notice of binutils filesAlan Modra2023-01-011-1/+1
* gas: rename md_end to md_finishAlan Modra2022-07-091-2/+2
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+1
* Use startswith in gas subfolder.Martin Liska2021-04-011-15/+15
* Use bool in gasAlan Modra2021-03-311-138/+138
* gas int vs bfd_boolean fixesAlan Modra2021-03-291-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* MSP430: gas: Ignore -md option required for GCC backward compatibilityJozef Lawrynowicz2020-11-121-0/+8
* MSP430: Support relocations for subtract expressions in .uleb128 directivesJozef Lawrynowicz2020-09-081-1/+53
* PR26513, 629310abec breaks assembling PowerPC Linux kernelsAlan Modra2020-08-231-2/+1
* Port gas/config/* to str_htab.Martin Liska2020-08-201-5/+6
* MSP430: Remove unused -md GAS optionJozef Lawrynowicz2020-08-031-9/+0
* 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