aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf32-rx.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-1/+2
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2022-08-04Don't use BFD_VMA_FMT in binutilsAlan Modra1-9/+14
2022-06-08Revert reloc howto nitsAlan Modra1-9/+9
2022-06-08HOWTO size encodingAlan Modra1-75/+75
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-08-05PR28165, buffer overflow in elf32-rx.c:rx_info_to_howto_relaAlan Modra1-1/+12
2021-04-01Use startswith more for strncmp function calls.Martin Liska1-3/+3
2021-03-31Use bool in bfdAlan Modra1-256/+256
2021-03-29TRUE/FALSE simplificationAlan Modra1-2/+2
2021-03-29elf_backend_relocate_section int vs. bfd_booleanAlan Modra1-1/+1
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-12-18Remove some static buffersAlan Modra1-6/+7
2020-05-21Replace "if (x) free (x)" with "free (x)", bfdAlan Modra1-4/+2
2020-02-26rx: memory allocation without checking for NULL returnAlan Modra1-23/+31
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-12-11bfd signed overflow fixesAlan Modra1-2/+2
2019-11-18elf_backend_modify_headersAlan Modra1-4/+3
2019-09-19bfd_section_* macrosAlan Modra1-1/+1
2019-04-03BFD whitespace fixesAlan Modra1-3/+2
2019-01-05RX: bfd - Add RXv3 support.Yoshinori Sato1-1/+6
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-11-07rx: Add target rx-*-linux.Yoshinori Sato1-0/+23
2018-02-27Have info_to_howto functions return a success/fail status. Check this result...Nick Clifton1-5/+15
2018-02-26assorted target messagesAlan Modra1-8/+16
2018-02-26unrecognized/unsupported reloc messageAlan Modra1-4/+5
2018-02-19%L conversionsAlan Modra1-2/+5
2018-02-19Use %pA and %pB in messages rather than %A and %BAlan Modra1-14/+14
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-127/+127
2017-07-12bfd_error_handler bfd_vma and bfd_size_type argsAlan Modra1-1/+1
2017-04-13Use %A and %B in more error messagesAlan Modra1-2/+3
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-12-13Don't fudge p_vaddr when PHDR in segmentAlan Modra1-1/+15
2016-10-19Add c-format tags to translatable strings with more than one argument-using f...Nick Clifton1-3/+16
2016-10-07Pass link_info to _bfd_merge_private_bfd_dataAlan Modra1-1/+2
2016-10-06-Wimplicit-fallthrough warning fixesAlan Modra1-0/+4
2016-05-28Return void from linker callbacksAlan Modra1-30/+20
2016-04-26add casts to avoid arithmetic on void *Trevor Saunders1-3/+3
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-12-08rx: Fix p_vaddr reconstruction logic.DJ Delorie1-0/+2
2015-12-07Fix relaxation in RX linker when --no-keep-memory is specified.Nick Clifton1-26/+16
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-2/+2