aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf32-rl78.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-08HOWTO size encodingAlan Modra1-56/+56
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-08-11PR28163, Segment fault in function rl78_special_relocAlan Modra1-365/+360
2021-08-07PR28176, rl78 complex reloc divide by zeroAlan Modra1-129/+154
2021-03-31Use bool in bfdAlan Modra1-159/+158
2021-03-29elf_backend_relocate_section int vs. bfd_booleanAlan Modra1-1/+1
2021-02-01Wrong operand for SADDR (rl78)Egor Vishnyakov1-1/+1
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-12-18Constify more arraysAlan Modra1-1/+1
2020-05-21Replace "if (x) free (x)" with "free (x)", bfdAlan Modra1-7/+3
2020-02-19_bfd_alloc_and_readAlan Modra1-4/+3
2020-02-19Miscellaneous memory alloc related fixesAlan Modra1-4/+4
2020-02-19_bfd_mul_overflowAlan Modra1-3/+7
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-09-19bfd_section_* macrosAlan Modra1-2/+2
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-12-18Include bfd_stdint.h in bfd.hAlan Modra1-1/+0
2018-02-27Have info_to_howto functions return a success/fail status. Check this result...Nick Clifton1-3/+5
2018-02-26assorted target messagesAlan Modra1-3/+4
2018-02-26unrecognized/unsupported reloc messageAlan Modra1-1/+2
2018-02-19Use %pA and %pB in messages rather than %A and %BAlan Modra1-12/+12
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-12-14Update the address of the FSF in the copyright notice of files which were usi...Nick Clifton1-1/+2
2017-12-06BFD whitespace fixesAlan Modra1-132/+132
2017-11-28ELF: Don't set non_ir_ref_regular in check_relocsH.J. Lu1-4/+0
2017-05-16Rename non_ir_ref to non_ir_ref_regularAlan Modra1-1/+1
2017-04-13Use %A and %B in more error messagesAlan Modra1-10/+10
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-11-23Delete duplicate target short-cuts to dynamic sectionsAlan Modra1-21/+15
2016-10-19Add c-format tags to translatable strings with more than one argument-using f...Nick Clifton1-0/+11
2016-10-07Pass link_info to _bfd_merge_private_bfd_dataAlan Modra1-1/+2
2016-10-06-Wimplicit-fallthrough warning fixesAlan Modra1-0/+1
2016-09-30Remove syntactic sugarAlan Modra1-7/+7
2016-05-28Return void from linker callbacksAlan Modra1-31/+14
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-12-08rl78: relaxation fixesDJ Delorie1-3/+51
2015-09-23Add support for files that contain multiple symbol index tables. Fixes PR 15835Nick Clifton1-3/+6
2015-08-18Add output_type to bfd_link_infoH.J. Lu1-5/+5
2015-08-12Remove trailing spaces in bfdH.J. Lu1-4/+4
2015-06-30Add support for SADDR addressing to the RL78 port.Nick Clifton1-1/+2
2015-04-15Fix typo in commit 6ff71e76Alan Modra1-1/+1
2015-04-14Adds support to the RL78 port for linker relaxation affecting .debug sections.Nick Clifton1-388/+447
2015-03-19Add support for G13 and G14 flag bits in RL78 ELF binaries.Nick Clifton1-29/+63
2015-03-03RL78 - fix ADDR16 relaxDJ Delorie1-1/+2
2015-02-03More fixes for illegal memory accesses triggered by running objdump on fuzzed...Nick Clifton1-1/+1
2015-01-19More fixes related to NONE relocsAlan Modra1-1/+1
2015-01-19Fallout from recent bfd_reloc_outofrange changesAlan Modra1-1/+1
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-12-22More fixes for memory access violations exposed by fuzzed binaries.Nick Clifton1-1/+5
2014-08-26Disambiguate test for relaxation type.DJ Delorie1-2/+2