aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-msp430.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-09gas: rename md_end to md_finishAlan Modra1-2/+2
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-04-01Use startswith in gas subfolder.Martin Liska1-15/+15
2021-03-31Use bool in gasAlan Modra1-138/+138
2021-03-29gas int vs bfd_boolean fixesAlan Modra1-1/+1
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-11-12MSP430: gas: Ignore -md option required for GCC backward compatibilityJozef Lawrynowicz1-0/+8
2020-09-08MSP430: Support relocations for subtract expressions in .uleb128 directivesJozef Lawrynowicz1-1/+53
2020-08-23PR26513, 629310abec breaks assembling PowerPC Linux kernelsAlan Modra1-2/+1
2020-08-20Port gas/config/* to str_htab.Martin Liska1-5/+6
2020-08-03MSP430: Remove unused -md GAS optionJozef Lawrynowicz1-9/+0
2020-02-02ELF: Add support for unique section ID to assemblerH.J. Lu1-1/+1
2020-01-15MSP430: Fix relocation overflow when using #lo(EXP) macroJozef Lawrynowicz1-11/+24
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-10-07Add support for new functionality in the msp430 backend of GCC.Jozef Lawrynowicz1-4/+142
2019-09-19bfd_section_* macrosAlan Modra1-1/+1
2019-04-18MSP430 Assembler: Define symbols for functions to run through.Jozef Lawrynowicz1-6/+38
2019-04-17MSP420 assembler: Add -m{u,U} options to enable/disable NOP warnings for unk...Jozef Lawrynowicz1-8/+37
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-11-27Tighten the constraints for warning about NOPs for the MSP 430 ISA, so NOPs a...Jozef Lawrynowicz1-61/+235
2018-06-26Fix the MSP430 assembler's parsing of register names.Nick Clifton1-8/+18
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