summaryrefslogtreecommitdiff
path: root/bfd/elf32-rx.c
Commit message (Expand)AuthorAgeFilesLines
* Test SEC_HAS_CONTENTS in relax routinesAlan Modra2023-02-231-1/+2
* Update year range in copyright notice of binutils filesAlan Modra2023-01-011-1/+1
* Don't use BFD_VMA_FMT in binutilsAlan Modra2022-08-041-9/+14
* Revert reloc howto nitsAlan Modra2022-06-081-9/+9
* HOWTO size encodingAlan Modra2022-06-081-75/+75
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+1
* PR28165, buffer overflow in elf32-rx.c:rx_info_to_howto_relaAlan Modra2021-08-051-1/+12
* Use startswith more for strncmp function calls.Martin Liska2021-04-011-3/+3
* Use bool in bfdAlan Modra2021-03-311-256/+256
* TRUE/FALSE simplificationAlan Modra2021-03-291-2/+2
* elf_backend_relocate_section int vs. bfd_booleanAlan Modra2021-03-291-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* Remove some static buffersAlan Modra2020-12-181-6/+7
* Replace "if (x) free (x)" with "free (x)", bfdAlan Modra2020-05-211-4/+2
* rx: memory allocation without checking for NULL returnAlan Modra2020-02-261-23/+31
* _bfd_alloc_and_readAlan Modra2020-02-191-4/+3
* Miscellaneous memory alloc related fixesAlan Modra2020-02-191-4/+4
* _bfd_mul_overflowAlan Modra2020-02-191-3/+7
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* bfd signed overflow fixesAlan Modra2019-12-111-2/+2
* elf_backend_modify_headersAlan Modra2019-11-181-4/+3
* bfd_section_* macrosAlan Modra2019-09-191-1/+1
* BFD whitespace fixesAlan Modra2019-04-031-3/+2
* RX: bfd - Add RXv3 support.Yoshinori Sato2019-01-051-1/+6
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* Include bfd_stdint.h in bfd.hAlan Modra2018-12-181-1/+0
* rx: Add target rx-*-linux.Yoshinori Sato2018-11-071-0/+23
* Have info_to_howto functions return a success/fail status. Check this result...Nick Clifton2018-02-271-5/+15
* assorted target messagesAlan Modra2018-02-261-8/+16
* unrecognized/unsupported reloc messageAlan Modra2018-02-261-4/+5
* %L conversionsAlan Modra2018-02-191-2/+5
* Use %pA and %pB in messages rather than %A and %BAlan Modra2018-02-191-14/+14
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* Update the address of the FSF in the copyright notice of files which were usi...Nick Clifton2017-12-141-1/+2
* BFD whitespace fixesAlan Modra2017-12-061-127/+127
* bfd_error_handler bfd_vma and bfd_size_type argsAlan Modra2017-07-121-1/+1
* Use %A and %B in more error messagesAlan Modra2017-04-131-2/+3
* Update year range in copyright notice of all files.Alan Modra2017-01-021-1/+1
* Don't fudge p_vaddr when PHDR in segmentAlan Modra2016-12-131-1/+15
* Add c-format tags to translatable strings with more than one argument-using f...Nick Clifton2016-10-191-3/+16
* Pass link_info to _bfd_merge_private_bfd_dataAlan Modra2016-10-071-1/+2
* -Wimplicit-fallthrough warning fixesAlan Modra2016-10-061-0/+4
* Return void from linker callbacksAlan Modra2016-05-281-30/+20
* add casts to avoid arithmetic on void *Trevor Saunders2016-04-261-3/+3
* Copyright update for binutilsAlan Modra2016-01-011-1/+1
* rx: Fix p_vaddr reconstruction logic.DJ Delorie2015-12-081-0/+2
* Fix relaxation in RX linker when --no-keep-memory is specified.Nick Clifton2015-12-071-26/+16
* Add support for files that contain multiple symbol index tables. Fixes PR 15835Nick Clifton2015-09-231-3/+6
* Add output_type to bfd_link_infoH.J. Lu2015-08-181-2/+2
* Add support to the RX toolchain to restrict the use of string instructions.Nick Clifton2015-04-091-1/+18