aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf32-msp430.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-04Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2023-02-23Test SEC_HAS_CONTENTS in relax routinesAlan Modra1-2/+4
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2022-06-08HOWTO size encodingAlan Modra1-36/+36
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-03-31Use bool in bfdAlan Modra1-168/+168
2021-03-29elf_backend_relocate_section int vs. bfd_booleanAlan Modra1-1/+1
2021-03-22Add startswith function and use it instead of CONST_STRNEQ.Martin Liska1-2/+2
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-09-08MSP430: Support relocations for subtract expressions in .uleb128 directivesJozef Lawrynowicz1-7/+146
2020-05-21Replace "if (x) free (x)" with "free (x)", bfdAlan Modra1-7/+4
2020-02-26Indent labelsAlan Modra1-1/+1
2020-02-11Fix building the bfd/elf32-msp430.c file on a 32-bit host.Nick Clifton1-20/+26
2020-02-10MSP430: Enable relaxation of jump instructions to hard-coded pcrel offsetsJozef Lawrynowicz1-11/+59
2020-02-10MSP430: Enable relaxation of relocs in JMP instructionsJozef Lawrynowicz1-30/+66
2020-02-10MSP430: Add printf statements to assist with debugging during relaxationJozef Lawrynowicz1-5/+90
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-11-25Pass section when available to bfd_octets_per_byteAlan Modra1-1/+4
2019-11-25Introduce new section flag: SEC_ELF_OCTETSChristian Eggers1-1/+1
2019-10-07Add support for new functionality in the msp430 backend of GCC.Jozef Lawrynowicz1-28/+59
2019-09-19bfd_section_* macrosAlan Modra1-2/+2
2019-07-24Complain about mbind, ifunc, and unique in final_writeAlan Modra1-3/+3
2019-07-23ELF final_write_processingAlan Modra1-2/+2
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-11-21Fix linking MSP430 files created by gcc's LTO optimizer.Jozef Lawrynowicz1-0/+6
2018-02-27Have info_to_howto functions return a success/fail status. Check this result...Nick Clifton1-7/+10
2018-02-26assorted target messagesAlan Modra1-3/+3
2018-02-26unrecognized/unsupported reloc messageAlan Modra1-3/+5
2018-02-19Use %pA and %pB in messages rather than %A and %BAlan Modra1-9/+9
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-12-06BFD whitespace fixesAlan Modra1-79/+79
2017-11-28ELF: Don't set non_ir_ref_regular in check_relocsH.J. Lu1-4/+0
2017-07-25Fix thinko in previous change to elf32-msp430.cNick Clifton1-2/+4
2017-07-25Add a linker branch optimization for the MSP430.Benjamin Green1-2/+2
2017-05-16Rename non_ir_ref to non_ir_ref_regularAlan Modra1-1/+1
2017-04-27Constify elf_backend_eh_frame_address_sizeAlan Modra1-1/+2
2017-04-13Rewrite bfd error handlerAlan Modra1-11/+8
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-10-19Add c-format tags to translatable strings with more than one argument-using f...Nick Clifton1-0/+9
2016-10-07Pass link_info to _bfd_merge_private_bfd_dataAlan Modra1-3/+5
2016-05-28Return void from linker callbacksAlan Modra1-10/+6
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-09-23Fix compile time warnings generated when compiling with clang.Nick Clifton1-0/+3
2015-08-18Add output_type to bfd_link_infoH.J. Lu1-3/+3
2015-08-12Remove trailing spaces in bfdH.J. Lu1-27/+27
2015-07-27Fix the address size computation for the MSP430 port.Nick Clifton1-0/+22
2015-06-25Fix REL handling for MSP430DJ Delorie1-17/+23
2015-06-05Fixes computation of MSP430 SYM_DIFF relocs in very small sections.Nick Clifton1-3/+28
2015-02-23Fixes the generation of dwarf line debug information for the msp430, even in ...Nick Clifton1-4/+45
2015-02-03More fixes for illegal memory accesses triggered by running objdump on fuzzed...Nick Clifton1-2/+2