aboutsummaryrefslogtreecommitdiff
path: root/binutils
AgeCommit message (Expand)AuthorFilesLines
2018-04-30This patch adds support to objdump for disassembly of NFP (Netronome Flow Pro...Francois H. Theron10-1919/+2619
2018-04-27testsuite: Support filtering targets by TCL procedure in `run_dump_test'Maciej W. Rozycki3-18/+40
2018-04-26Extend the assembler so that it can automatically generate GNU Build attribut...Nick Clifton5-1/+36
2018-04-25[ARM] FDPIC: Update testsuite so that many tests pass with arm*-uclinuxfdpice...Christophe Lyon6-4/+13
2018-04-25[ARM] Add FDPIC OSABI flag support.Christophe Lyon2-0/+13
2018-04-25Remove arm-aout and arm-coff supportAlan Modra4-7/+7
2018-04-18Prevent an assertion failure in readelf & objdump when parsing corrupt DWARF ...Nick Clifton2-8/+23
2018-04-18various i386-aout and i386-coff target removalAlan Modra2-22/+9
2018-04-17Fix typo in ChangeLog entry in previous delta.Nick Clifton1-1/+1
2018-04-17Remove an abort() from the readelf sources.Nick Clifton2-1/+6
2018-04-17Fix illegal memory access when parsing corrupt DWARF information.Nick Clifton2-1/+18
2018-04-17Reinstate readelf decoding of i860, i960 and i370 relocsAlan Modra2-0/+27
2018-04-16Fix i960 machine nameAlan Modra2-1/+5
2018-04-16Remove arm-epoc-pe supportAlan Modra4-37/+8
2018-04-16Remove sparc-aout and sparc-coff supportAlan Modra2-13/+5
2018-04-16Remove m68k-aout and m68k-coff supportAlan Modra5-9/+10
2018-04-16Remove sh5 and sh64 supportAlan Modra2-6/+5
2018-04-16Remove w65 supportAlan Modra2-1/+5
2018-04-16Remove we32k supportAlan Modra2-1/+5
2018-04-16Remove m88k supportAlan Modra3-2/+7
2018-04-16Remove i370 supportAlan Modra3-8/+5
2018-04-16Remove h8500 supportAlan Modra3-2/+5
2018-04-16Remove h8300-coff supportAlan Modra2-1/+4
2018-04-16Remove IEEE 695 object supportAlan Modra11-7458/+23
2018-04-16Remove sony newsos3 supportAlan Modra3-4/+9
2018-04-16Remove netware supportAlan Modra14-3524/+68
2018-04-16Remove tahoe supportAlan Modra2-1/+5
2018-04-14Reinstate readelf decoding of i860 and i960 machine namesAlan Modra2-0/+6
2018-04-12Fix the loading of the dynamic string table in a file without sections.Nick Clifton2-1/+7
2018-04-11Remove i860, i960, bout and aout-adobe targetsAlan Modra7-39/+12
2018-04-11binutils/testsuite: Also consider `*-*-lynxos*' and `*-*-symbianelf*' ELFMaciej W. Rozycki2-0/+7
2018-04-10Fix some strip test fails on nds32 and pruAlan Modra3-1/+10
2018-04-09binutils/testsuite: Fix a crash with STN_UNDEF in relocationMaciej W. Rozycki6-0/+85
2018-04-09binutils/testsuite: Verify the handling of invalid `r_sym' in relocationMaciej W. Rozycki6-0/+95
2018-04-06Display all DWARF 5 language namesTom Tromey2-0/+15
2018-04-05Use dlsym to check if libdl is needed for pluginH.J. Lu2-12/+17
2018-04-05MIPS/binutils/testsuite: Fix `.dc.l' typo in `strip-13mips64.s'Maciej W. Rozycki2-1/+6
2018-04-05binutils/testsuite: Tighten the error message check with `strip-13'Maciej W. Rozycki2-1/+7
2018-04-05binutils/testsuite: Support REL and MIPS64 reloc formats with `strip-13'Maciej W. Rozycki6-5/+64
2018-04-05binutils/testsuite: Enable `strip-13' test for `hppa*-*'Maciej W. Rozycki3-4/+10
2018-04-04 * binutils/MAINTAINERS: Update e-mail address.John David Anglin2-1/+5
2018-04-04Retire Jason Eckhardt as i860 maintainer.Nick Clifton2-1/+5
2018-03-23Improve readelf's selection of a file start symbol when displaying a gnu buil...Nick Clifton5-13/+36
2018-03-21DT_FLAGS_1: Add Solaris bitsH.J. Lu2-0/+20
2018-03-20Updated Russian and Spanish translations for the binutils/ sub-directory.Nick Clifton3-4758/+12056
2018-03-13Prevent a buffer overrun when parsing corrupt STABS debug information.Nick Clifton2-1/+10
2018-03-13Add range changing to STABS parsing functions, in order to prevent buffer ove...Nick Clifton2-144/+284
2018-03-07Fix PR binutils/22923.Paul Pluzhnikov2-1/+7
2018-03-07XCOFF disassemblerAlan Modra3-2/+7
2018-03-05Use binary search on dynamic relocationsH.J. Lu2-19/+50