aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf32-rx.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-04-09Add support to the RX toolchain to restrict the use of string instructions.Nick Clifton1-1/+18
2015-03-16Fixes a problem with the RX port trying to perform linker relaxation when -no...Nick Clifton1-1/+13
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-06-03* elf32-rx.c (rx_table_map): Use BFD_VMA_FMT for portability.DJ Delorie1-6/+6
2014-05-28Fix rx "set but not used" warningsAlan Modra1-4/+0
2014-05-27Add new link-map-text hook and RX auto-vector support.DJ Delorie1-0/+397
2014-05-02bfd target vector rationalisationAlan Modra1-8/+8
2014-03-05Update copyright yearsAlan Modra1-1/+1
2013-11-05Pass ignored unresolved relocations to ld backendH.J. Lu1-2/+2
2013-10-09 PR binutils/16022Nick Clifton1-15/+14
2013-07-19 * elf32-rx.c (rx_elf_relocate_section): Fix typo: moveNick Clifton1-1/+1
2013-02-21bfd/Alan Modra1-1/+1
2013-01-30revert last commitAlan Modra1-13/+1
2013-01-29* config/tc-rl78.c (rl78_cons_fix_new): Handle user-specifiedDJ Delorie1-1/+13
2012-11-20 * elf32-rx.c (rx_elf_print_private_bfd_data): Warning fix.Alan Modra1-1/+1
2012-11-092012-11-09 Nick Clifton <nickc@redhat.com>Nick Clifton1-11/+61
2012-07-13 * aix386-core.c: Remove use of PTR and PARAMS macros.Nick Clifton1-2/+2
2012-05-11* elf32-rx.c (rx_elf_object_p): Ignore empty segments.DJ Delorie1-2/+4
2012-05-07 * elf-bfd.h (RELOC_AGAINST_DISCARDED_SECTION): Handle compoundMaciej W. Rozycki1-1/+1
2012-04-24 PR ld/13991Alan Modra1-3/+3
2012-02-16 PR binutils/13355Alan Modra1-2/+2
2011-11-22* elf32-rx.c (rx_elf_object_p): Add more checks for "scanning" toDJ Delorie1-0/+11
2011-11-22* elf32-rx.c (rx_elf_object_p): Correct typo: lma->vma.DJ Delorie1-1/+1
2011-10-05 * readelf.c (get_machine_dlags): Add support for RX's PID mode.Nick Clifton1-4/+68
2011-06-02* config.bfd: Add bfd_elf32_rx_be_ns_vec.DJ Delorie1-0/+30
2011-05-23* elf32-rx.c (rx_elf_object_p): When reading an RX object in, undoDJ Delorie1-0/+50
2011-05-17 PR ld/12759Nick Clifton1-16/+21
2011-04-11 * bfd-in.h (bfd_get_section_limit): Don't use rawsize with outputAlan Modra1-3/+2
2011-01-18 Fix compilation for mingw64.Nick Clifton1-0/+1
2011-01-05* reloc.c: Add BFD_RELOC_RX_OP_NEG.DJ Delorie1-0/+1
2010-12-17* reloc.c (BFD_RELOC_RX_ABS16_REV): Add.DJ Delorie1-0/+2
2010-10-25 bfd/Daniel Jacobowitz1-9/+2