summaryrefslogtreecommitdiff
path: root/bfd/elf32-rx.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixes a problem with the RX port trying to perform linker relaxation when -no...Nick Clifton2015-03-161-1/+13
* More fixes for illegal memory accesses triggered by running objdump on fuzzed...Nick Clifton2015-02-031-1/+1
* More fixes related to NONE relocsAlan Modra2015-01-191-1/+1
* Fallout from recent bfd_reloc_outofrange changesAlan Modra2015-01-191-1/+1
* ChangeLog rotatation and copyright year updateAlan Modra2015-01-021-1/+1
* More fixes for memory access violations exposed by fuzzed binaries.Nick Clifton2014-12-221-1/+5
* * elf32-rx.c (rx_table_map): Use BFD_VMA_FMT for portability.DJ Delorie2014-06-031-6/+6
* Fix rx "set but not used" warningsAlan Modra2014-05-281-4/+0
* Add new link-map-text hook and RX auto-vector support.DJ Delorie2014-05-271-0/+397
* bfd target vector rationalisationAlan Modra2014-05-021-8/+8
* Update copyright yearsAlan Modra2014-03-051-1/+1
* Pass ignored unresolved relocations to ld backendH.J. Lu2013-11-051-2/+2
* PR binutils/16022Nick Clifton2013-10-091-15/+14