aboutsummaryrefslogtreecommitdiff
path: root/binutils/readelf.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-03Fix runtime seg-fault in readelf when parsing a corrupt MIPS binary.Nick Clifton1-8/+18
2017-04-03readelf: Update check for invalid word offsets in ARM unwind information.Nick Clifton1-3/+3
2017-03-30Add support for the WebAssembly file format and the wasm32 ELF conversion to ...Pip Cet1-0/+9
2017-03-21Update support for GNU BUILD notes so that version notes can contain extra in...Nick Clifton1-24/+36
2017-03-20readelf: Don't error on .debug files with NOBITS .dynamic section.Mark Wielaard1-6/+10
2017-03-17Fix displaying the value associated a GNU BUILD note that uses an ascii name.Nick Clifton1-1/+1
2017-03-16Add support for a GNU BUILD note type to record the enum size.Nick Clifton1-0/+5
2017-03-14Try harder to find the correct symbol to associate with OPEN GNU BUILD notes.Nick Clifton1-85/+136
2017-03-10Add basic recognition of new EM_ ELF machine numbers.Nick Clifton1-60/+92
2017-03-08Properly dump NT_GNU_PROPERTY_TYPE_0H.J. Lu1-45/+78
2017-03-06Fix reading numeric values from GNU BUILD NOTEs.Nick Clifton1-2/+4
2017-03-02Fix snafu parsing GNU_BUILD_NOTEs on ARM and AArch64 architectures.Nick Clifton1-2/+20
2017-03-01Add support for displaying and merging GNU_BUILD_NOTEs.Nick Clifton1-8/+421
2017-02-24Fix snafu with booleans in readelf patch - lack of a program header is not a ...Nick Clifton1-3/+4
2017-02-24Tidy up readelf's use of boolean values.Nick Clifton1-716/+853
2017-02-24readelf: Correct version flag formattingMaciej W. Rozycki1-6/+11
2017-02-24readelf: Make version section index sum unsignedMaciej W. Rozycki1-2/+2
2017-02-24readelf: Fix incorrect "Version definition past end of section" messageMaciej W. Rozycki1-3/+8
2017-02-23DWARF-5 basic functionalityJan Kratochvil1-0/+2
2017-02-23Add support to readelf for displaying gnu attributes in architectures not kno...Nick Clifton1-76/+71
2017-02-22readelf: Restore a lost new line in version informationMaciej W. Rozycki1-1/+1
2017-02-17Fix illegal memory accesses in readelf when parsing a corrupt binary.Nick Clifton1-2/+8
2017-02-17Add support to readelf for displaying GNU section types.Nick Clifton1-1/+12
2017-02-14Fix invalid memory access displayiing contents of sections.Nick Clifton1-1/+9
2017-02-14Fix illegal memory access problems with readelf processing corrupt RL78 binar...Nick Clifton1-17/+20
2017-02-13Extend previous patch to cover uncompress_section_contents returning FALSE to...Nick Clifton1-11/+27
2017-02-13Fix invalid read of section contents whilst processing a corrupt binary.Nick Clifton1-4/+12
2017-02-13Fix invalid memory access attempting to read the compression header of a too-...Nick Clifton1-5/+18
2017-02-13Fix check for buffer overflow when processing version information.Nick Clifton1-1/+1
2017-02-13Fix access violation when reporting sections that could not be dumped.Nick Clifton1-3/+6
2017-02-13Fix read-after-free error in readelf when processing multiple, relocated sect...Nick Clifton1-25/+84
2017-02-13Fix readelf writing to illegal addresses whilst processing corrupt input file...Nick Clifton1-5/+25
2017-01-09.rela.dyn comment fix and add missing ChangeLog entryAlan Modra1-2/+2
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-12-31PRU Binutils portDimitar Dimitrov1-0/+16
2016-12-20Re-work RISC-V gas flags: now we just support -mabi and -marchAndrew Waterman1-2/+19
2016-12-13[AArch64] Recognize R_AARCH64_P32_ABS32 as 32-bit relocation in readelfJiong Wang1-1/+2
2016-12-08Always use a hex prefix when displaying the alignment of program headers.Etienne Buira1-1/+1
2016-11-30Stop readelf from complaining about out of order PT_LOAD segments.Nick Clifton1-0/+4
2016-11-27Fix spelling in comments in C source files (binutils)Ambrogino Modigliani1-1/+1
2016-11-23Fix the linker so that it will not silently generate ELF binaries with invali...Nick Clifton1-6/+35
2016-11-08Fix heap-buffer-overflow error detected by address sanitization on a fuzzed b...Nick Clifton1-4/+4
2016-11-01Add support for RISC-V architecture.Nick Clifton1-1/+19
2016-10-19Remove spurious whitespace introduced by previous delta.Nick Clifton1-9/+9
2016-10-17Display unknown notes. Decode NT_GNU_HWCAP notes.Nick Clifton1-37/+107
2016-10-17Update list of ELF machine numbers.Nick Clifton1-9/+48
2016-10-06-Wimplicit-fallthrough warning fixesAlan Modra1-6/+11
2016-09-29Display .gnu.attributes tags for powerpc64Alan Modra1-0/+1
2016-09-26PowerPC .gnu.attributesAlan Modra1-36/+66
2016-09-15Fix typo in readelf error message.Ed Maste1-1/+1