Age | Commit message (Expand) | Author | Files | Lines |
2017-10-18 | PR22303, print_core_note out of bounds read | Alan Modra | 1 | -27/+24 |
2017-10-05 | Avoid spurious readelf error status from decode_arm_unwind. | Joseph Myers | 1 | -1/+1 |
2017-10-05 | Change readelf so that when --wide is active a relocation's full name is disp... | Nick Clifton | 1 | -1/+1 |
2017-09-27 | PR22216, infinite loop in readelf process_symbol_table | Alan Modra | 1 | -18/+25 |
2017-09-26 | PR21732, String-concatenated message can not be translated | Alan Modra | 1 | -26/+46 |
2017-09-22 | readelf: Handle E_MIPS_MACH_5900 | Maciej W. Rozycki | 1 | -0/+1 |
2017-09-05 | Fix a buffer overrun when parsing a corrupt MIPS ELF binary. | Nick Clifton | 1 | -3/+3 |
2017-09-05 | Missing relocation R_PPC_VLE_ADDR20 and add VLE flag to details in readelf | Alexander Fedotov-B55613 | 1 | -0/+11 |
2017-08-25 | PR21994, readelf looping on verdefs | Alan Modra | 1 | -14/+29 |
2017-08-23 | PR21990, Integer overflow in process_version_sections | Alan Modra | 1 | -26/+21 |
2017-08-17 | Add test of V2 GNU build attribute notes. | Nick Clifton | 1 | -1/+2 |
2017-08-16 | Add new NT_PPC_* available since Linux 4.8 | Gustavo Romero | 1 | -0/+26 |
2017-08-12 | Collision between NT_GNU_BUILD_ATTRIBUTE_OPEN and NT_PPC_VMX | Alan Modra | 1 | -4/+10 |
2017-08-02 | Teach readelf about IA64 MSB relocs. | Alan Modra | 1 | -4/+8 |
2017-07-25 | Stop readelf from returning an error status if asked to dump an emoty section. | Nick Clifton | 1 | -5/+7 |
2017-07-18 | Fix spelling typos. | Yuri Chornovian | 1 | -1/+1 |
2017-07-11 | Add missing newlines in readelf -n output | Andreas Schwab | 1 | -1/+7 |
2017-07-07 | Recognize the recently-added FreeBSD core dump note for LWP info. | John Baldwin | 1 | -0/+2 |
2017-07-02 | DWARF-5: readelf: .debug_names | Jan Kratochvil | 1 | -1/+2 |
2017-06-29 | S390: Support guarded-storage core note sections | Andreas Arnez | 1 | -0/+4 |
2017-06-28 | Add support for version 2 of the GNU Build Attribute note specification. | Nick Clifton | 1 | -7/+15 |
2017-06-28 | MIPS: Add Imagination interAptiv MR2 MIPS32r3 processor support | Maciej W. Rozycki | 1 | -0/+4 |
2017-06-24 | [ARM] Add support for ARMv8-R in assembler and readelf | Thomas Preud'homme | 1 | -1/+1 |
2017-06-23 | S/390: Add support for pgste marker | Andreas Krebbel | 1 | -0/+14 |
2017-06-22 | x86: Support Intel Shadow Stack with SHSTK property | H.J. Lu | 1 | -0/+11 |
2017-06-22 | x86: Support Intel IBT with IBT property and IBT-enable PLT | H.J. Lu | 1 | -0/+38 |
2017-05-15 | 2017-05-15 Jeff Law <law@redhat.com> | Jeff Law | 1 | -3/+4 |
2017-05-15 | MIPS16e2: Add MIPS16e2 ASE support | Maciej W. Rozycki | 1 | -0/+2 |
2017-05-10 | [ARC] Object attributes. | Claudiu Zissulescu | 1 | -0/+200 |
2017-04-28 | Fix off by one error when checking for empty note names. | Nick Clifton | 1 | -5/+10 |
2017-04-28 | Fix heap-buffer address violation when reading version data from a corrupt bi... | Nick Clifton | 1 | -2/+3 |
2017-04-26 | Improve decoding of corrupt/unrecognised gnu build attribute notes. | Nick Clifton | 1 | -9/+30 |
2017-04-26 | MIPS/readelf: With `-A' also dump GOT in static binaries | Maciej W. Rozycki | 1 | -2/+87 |
2017-04-25 | MIPS/readelf: Simplify GOT[1] data availability check | Maciej W. Rozycki | 1 | -18/+14 |
2017-04-25 | MIPS/readelf: Remove extraneous null GOT data check | Maciej W. Rozycki | 1 | -2/+1 |
2017-04-21 | Fix shift overflow when parsing an overlarge note value. | Nick Clifton | 1 | -6/+14 |
2017-04-13 | readelf: fix out of range subtraction, seg fault from a NULL pointer and memo... | Nick Clifton | 1 | -5/+21 |
2017-04-13 | Add note merging to strip and add code to merge stack size notes. | Nick Clifton | 1 | -7/+10 |
2017-04-04 | Support ELF SHF_GNU_MBIND and PT_GNU_MBIND_XXX | H.J. Lu | 1 | -3/+14 |
2017-04-03 | readelf: Fix overlarge memory allocation when reading a binary with an excess... | Nick Clifton | 1 | -3/+14 |
2017-04-03 | Fix runtime seg-fault in readelf when parsing a corrupt MIPS binary. | Nick Clifton | 1 | -8/+18 |
2017-04-03 | readelf: Update check for invalid word offsets in ARM unwind information. | Nick Clifton | 1 | -3/+3 |
2017-03-30 | Add support for the WebAssembly file format and the wasm32 ELF conversion to ... | Pip Cet | 1 | -0/+9 |
2017-03-21 | Update support for GNU BUILD notes so that version notes can contain extra in... | Nick Clifton | 1 | -24/+36 |
2017-03-20 | readelf: Don't error on .debug files with NOBITS .dynamic section. | Mark Wielaard | 1 | -6/+10 |
2017-03-17 | Fix displaying the value associated a GNU BUILD note that uses an ascii name. | Nick Clifton | 1 | -1/+1 |
2017-03-16 | Add support for a GNU BUILD note type to record the enum size. | Nick Clifton | 1 | -0/+5 |
2017-03-14 | Try harder to find the correct symbol to associate with OPEN GNU BUILD notes. | Nick Clifton | 1 | -85/+136 |
2017-03-10 | Add basic recognition of new EM_ ELF machine numbers. | Nick Clifton | 1 | -60/+92 |
2017-03-08 | Properly dump NT_GNU_PROPERTY_TYPE_0 | H.J. Lu | 1 | -45/+78 |