aboutsummaryrefslogtreecommitdiff
path: root/binutils/readelf.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-25Fix potential memory leaks in some of the binutils source files.Nick Clifton1-55/+80
2018-07-24PR23430, Indices misspelledAlan Modra1-5/+5
2018-07-20MIPS/GAS: Split Loongson MMI Instructions from loongson2f/3aChenghua Xu1-0/+2
2018-07-16Fix typo in NT_PPC_TM_CVSX note descriptionPedro Franco de Carvalho1-1/+1
2018-07-12readelf: Don't print section type twice for --section-detailsFrancois H. Theron1-2/+1
2018-07-06Stop readelf from reporting gaps in the gnu build notes if the gap crosses a ...Nick Clifton1-2/+22
2018-06-19readelf: Handle more RISC-V relocationsAndreas Schwab1-1/+72
2018-06-14MIPS: Add Global INValidate ASE supportFaraz Shahbazker1-0/+2
2018-06-14elf: Check if the first symbol version is base versionH.J. Lu1-1/+6
2018-06-13MIPS: Add CRC ASE supportScott Egerton1-0/+2
2018-05-18RISC-V: Add RV32E support.Jim Wilson1-0/+3
2018-05-18Add support for the Freescale s12z processor.John Darrington1-0/+7
2018-05-10Add support for detecting Freescale S12Z binaries in readelf.John Darrington1-0/+1
2018-04-30This patch adds support to objdump for disassembly of NFP (Netronome Flow Pro...Francois H. Theron1-0/+37
2018-04-26Extend the assembler so that it can automatically generate GNU Build attribut...Nick Clifton1-1/+2
2018-04-25[ARM] Add FDPIC OSABI flag support.Christophe Lyon1-0/+7
2018-04-17Remove an abort() from the readelf sources.Nick Clifton1-1/+2
2018-04-17Reinstate readelf decoding of i860, i960 and i370 relocsAlan Modra1-0/+23
2018-04-16Fix i960 machine nameAlan Modra1-1/+1
2018-04-16Remove i370 supportAlan Modra1-7/+0
2018-04-14Reinstate readelf decoding of i860 and i960 machine namesAlan Modra1-0/+2
2018-04-12Fix the loading of the dynamic string table in a file without sections.Nick Clifton1-1/+1
2018-04-11Remove i860, i960, bout and aout-adobe targetsAlan Modra1-18/+0
2018-03-23Improve readelf's selection of a file start symbol when displaying a gnu buil...Nick Clifton1-0/+13
2018-03-21DT_FLAGS_1: Add Solaris bitsH.J. Lu1-0/+15
2018-03-07Fix PR binutils/22923.Paul Pluzhnikov1-1/+1
2018-02-06Replace reachable assertion with a test and return of NULL.Nick Clifton1-1/+11
2018-01-03Add support for v3 binary annotation notes.Nick Clifton1-40/+114
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-12-19Stop readelf from complaining about relocation sections with an sh_info field...Nick Clifton1-5/+8
2017-12-06PR22552, readelf heap buffer overflow in load_debug_sectionAlan Modra1-6/+9
2017-11-30Prevent an illegal memory access in readelf when attempting to parse a corrup...Nick Clifton1-0/+4
2017-11-28Properly handle note sections and segmentsH.J. Lu1-16/+25
2017-11-27Fix a seg-fault when displaying notes from a prorgam segment. Check for a NU...Nick Clifton1-11/+21
2017-11-24Re-apply "elf: Properly compute offsets of note descriptor and next note"H.J. Lu1-2/+6
2017-11-24Revert "elf: Properly compute offsets of note descriptor and next note"Simon Marchi1-6/+2
2017-11-24elf: Properly compute offsets of note descriptor and next noteH.J. Lu1-2/+6
2017-11-23Avoid bogus compile time warning from clang by initialising local data struct...Pavel I. Kryukov1-1/+3
2017-11-21Add ability to follow dwo links to readelf/objdump.Nick Clifton1-28/+31
2017-11-17Finish fixing riscv gas lns-common-1 failure, and lns-duplicate.Jim Wilson1-2/+163
2017-11-17Fix a snafu in a previous update to readelf that stopped it from printing arc...Nick Clifton1-0/+1
2017-11-15Add support to readelf and objdump for following links to separate debug info...Nick Clifton1-1142/+1282
2017-11-07readelf ngettext fixesAlan Modra1-35/+108
2017-11-02Work around integer overflows when readelf is checking for corrupt ELF notes ...Mingi Cho1-16/+17
2017-11-01FT32B is a new FT32 family member. It has a code compression scheme, which re...James Bowman1-0/+2
2017-10-31Remind users to use the --use-dynamic command line option to dump dynamic rel...Nick Clifton1-1/+15
2017-10-18PR22303, print_core_note out of bounds readAlan Modra1-27/+24
2017-10-05Avoid spurious readelf error status from decode_arm_unwind.Joseph Myers1-1/+1
2017-10-05Change readelf so that when --wide is active a relocation's full name is disp...Nick Clifton1-1/+1
2017-09-27PR22216, infinite loop in readelf process_symbol_tableAlan Modra1-18/+25