summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Import patches from mainline to fix minor binutils bugs:Nick Clifton2017-09-051-36/+49
* Import parch from mainline to prevent buffer overrun.Nick Clifton2017-09-051-3/+3
* Collision between NT_GNU_BUILD_ATTRIBUTE_OPEN and NT_PPC_VMXAlan Modra2017-08-231-4/+10
* DWARF-5: readelf: .debug_namesJan Kratochvil2017-07-021-1/+2
* S390: Support guarded-storage core note sectionsAndreas Arnez2017-06-291-0/+4
* Add support for version 2 of the GNU Build Attribute note specification.Nick Clifton2017-06-281-7/+15
* MIPS: Add Imagination interAptiv MR2 MIPS32r3 processor supportMaciej W. Rozycki2017-06-281-0/+4
* [ARM] Add support for ARMv8-R in assembler and readelfThomas Preud'homme2017-06-241-1/+1
* S/390: Add support for pgste markerAndreas Krebbel2017-06-231-0/+14
* x86: Support Intel Shadow Stack with SHSTK propertyH.J. Lu2017-06-221-0/+11
* x86: Support Intel IBT with IBT property and IBT-enable PLTH.J. Lu2017-06-221-0/+38
* 2017-05-15 Jeff Law <law@redhat.com>Jeff Law2017-05-151-3/+4
* MIPS16e2: Add MIPS16e2 ASE supportMaciej W. Rozycki2017-05-151-0/+2
* [ARC] Object attributes.Claudiu Zissulescu2017-05-101-0/+200
* Fix off by one error when checking for empty note names.Nick Clifton2017-04-281-5/+10
* Fix heap-buffer address violation when reading version data from a corrupt bi...Nick Clifton2017-04-281-2/+3
* Improve decoding of corrupt/unrecognised gnu build attribute notes.Nick Clifton2017-04-261-9/+30
* MIPS/readelf: With `-A' also dump GOT in static binariesMaciej W. Rozycki2017-04-261-2/+87
* MIPS/readelf: Simplify GOT[1] data availability checkMaciej W. Rozycki2017-04-251-18/+14
* MIPS/readelf: Remove extraneous null GOT data checkMaciej W. Rozycki2017-04-251-2/+1
* Fix shift overflow when parsing an overlarge note value.Nick Clifton2017-04-211-6/+14
* readelf: fix out of range subtraction, seg fault from a NULL pointer and memo...Nick Clifton2017-04-131-5/+21
* Add note merging to strip and add code to merge stack size notes.Nick Clifton2017-04-131-7/+10
* Support ELF SHF_GNU_MBIND and PT_GNU_MBIND_XXXH.J. Lu2017-04-041-3/+14
* readelf: Fix overlarge memory allocation when reading a binary with an excess...Nick Clifton2017-04-031-3/+14
* Fix runtime seg-fault in readelf when parsing a corrupt MIPS binary.Nick Clifton2017-04-031-8/+18
* readelf: Update check for invalid word offsets in ARM unwind information.Nick Clifton2017-04-031-3/+3
* Add support for the WebAssembly file format and the wasm32 ELF conversion to ...Pip Cet2017-03-301-0/+9
* Update support for GNU BUILD notes so that version notes can contain extra in...Nick Clifton2017-03-211-24/+36
* readelf: Don't error on .debug files with NOBITS .dynamic section.Mark Wielaard2017-03-201-6/+10
* Fix displaying the value associated a GNU BUILD note that uses an ascii name.Nick Clifton2017-03-171-1/+1
* Add support for a GNU BUILD note type to record the enum size.Nick Clifton2017-03-161-0/+5
* Try harder to find the correct symbol to associate with OPEN GNU BUILD notes.Nick Clifton2017-03-141-85/+136
* Add basic recognition of new EM_ ELF machine numbers.Nick Clifton2017-03-101-60/+92
* Properly dump NT_GNU_PROPERTY_TYPE_0H.J. Lu2017-03-081-45/+78
* Fix reading numeric values from GNU BUILD NOTEs.Nick Clifton2017-03-061-2/+4
* Fix snafu parsing GNU_BUILD_NOTEs on ARM and AArch64 architectures.Nick Clifton2017-03-021-2/+20
* Add support for displaying and merging GNU_BUILD_NOTEs.Nick Clifton2017-03-011-8/+421
* Fix snafu with booleans in readelf patch - lack of a program header is not a ...Nick Clifton2017-02-241-3/+4
* Tidy up readelf's use of boolean values.Nick Clifton2017-02-241-716/+853
* readelf: Correct version flag formattingMaciej W. Rozycki2017-02-241-6/+11
* readelf: Make version section index sum unsignedMaciej W. Rozycki2017-02-241-2/+2
* readelf: Fix incorrect "Version definition past end of section" messageMaciej W. Rozycki2017-02-241-3/+8
* DWARF-5 basic functionalityJan Kratochvil2017-02-231-0/+2
* Add support to readelf for displaying gnu attributes in architectures not kno...Nick Clifton2017-02-231-76/+71
* readelf: Restore a lost new line in version informationMaciej W. Rozycki2017-02-221-1/+1
* Fix illegal memory accesses in readelf when parsing a corrupt binary.Nick Clifton2017-02-171-2/+8
* Add support to readelf for displaying GNU section types.Nick Clifton2017-02-171-1/+12
* Fix invalid memory access displayiing contents of sections.Nick Clifton2017-02-141-1/+9
* Fix illegal memory access problems with readelf processing corrupt RL78 binar...Nick Clifton2017-02-141-17/+20