| Commit message (Expand) | Author | Age | Files | Lines |
* | elf: Check for corrupt symbol version info | H.J. Lu | 2018-08-25 | 1 | -1/+1 |
* | PR23430, Indices misspelled | Alan Modra | 2018-07-24 | 1 | -2/+2 |
* | Avoid ubsan complaint in BFD | Tom Tromey | 2018-07-23 | 1 | -2/+3 |
* | Add grok/write functions for new ppc core note sections | Edjunior Barbosa Machado | 2018-07-16 | 1 | -0/+351 |
* | Add checks for the NT_ARM_SVE section in a core file. | Alan Hayward | 2018-07-06 | 1 | -0/+27 |
* | elf: Check if the first symbol version is base version | H.J. Lu | 2018-06-14 | 1 | -1/+4 |
* | Mark section in a section group with SHF_GROUP | H.J. Lu | 2018-05-21 | 1 | -1/+9 |
* | PR23199, Invalid SHT_GROUP entry leads to group confusion | Alan Modra | 2018-05-18 | 1 | -6/+11 |
* | PR20659, Objcopy and change section lma failing | Alan Modra | 2018-05-12 | 1 | -86/+73 |
* | Prevent a memory exhaustion failure when running objdump on a fuzzed input fi... | Nick Clifton | 2018-05-08 | 1 | -0/+1 |
* | -Wstringop-truncation warnings | Alan Modra | 2018-05-04 | 1 | -11/+24 |
* | Silence gcc-8 warnings | Alan Modra | 2018-04-25 | 1 | -0/+7 |
* | Fix an illegal memory access when trying to copy an ELF binary with corrupt s... | Nick Clifton | 2018-04-24 | 1 | -1/+8 |
* | Revert bfd part of "Silence gcc-8 warnings" | Alan Modra | 2018-04-23 | 1 | -4/+0 |
* | Silence gcc-8 warnings | Alan Modra | 2018-04-23 | 1 | -0/+4 |
* | Have info_to_howto functions return a success/fail status. Check this result... | Nick Clifton | 2018-02-27 | 1 | -1/+2 |
* | Segfault on phdrs allocated but not created | Alan Modra | 2018-02-26 | 1 | -7/+5 |
* | ELF linker messages | Alan Modra | 2018-02-26 | 1 | -12/+14 |
* | unrecognized/unsupported reloc message | Alan Modra | 2018-02-26 | 1 | -4/+3 |
* | PR22881, null pointer dereference in assign_file_positions_for_non_load_sections | Alan Modra | 2018-02-23 | 1 | -38/+46 |
* | %L conversions | Alan Modra | 2018-02-19 | 1 | -11/+13 |
* | Use %pA and %pB in messages rather than %A and %B | Alan Modra | 2018-02-19 | 1 | -52/+52 |
* | PT_LOAD and PT_GNU_RELRO segment overlap | Alan Modra | 2018-02-19 | 1 | -13/+10 |
* | Ignore degenerate PT_LOAD segments | Alan Modra | 2018-02-17 | 1 | -0/+1 |
* | Remove bfd stub function casts. | Alan Modra | 2018-02-16 | 1 | -1/+3 |
* | PR22836, "-r -s" doesn't work with -g3 using GCC 7 | Alan Modra | 2018-02-13 | 1 | -4/+21 |
* | PR22829, objcopy/strip removes PT_GNU_RELRO from lld binaries | Alan Modra | 2018-02-13 | 1 | -27/+51 |
* | Fix a seg-fault in the ELF note parser when a note with an excessively large ... | Nick Clifton | 2018-02-08 | 1 | -0/+2 |
* | ELF/BFD: Propagate the return status from backend section processing | Maciej W. Rozycki | 2018-02-05 | 1 | -1/+2 |
* | PR22758, FAIL: Run pr22393-2 | Alan Modra | 2018-01-30 | 1 | -24/+16 |
* | Optimize the performance of the group_setup function. | Jens Widell | 2018-01-12 | 1 | -3/+8 |
* | ld: Create a new LOAD segment for separate code segment | H.J. Lu | 2018-01-11 | 1 | -7/+25 |
* | Create pseudo sections for FreeBSD NT_PROCSTAT_(PROC|FILES|VMMAP) notes. | John Baldwin | 2018-01-03 | 1 | -0/+12 |
* | Update year range in copyright notice of binutils files | Alan Modra | 2018-01-03 | 1 | -1/+1 |
* | BFD whitespace fixes | Alan Modra | 2017-12-06 | 1 | -147/+147 |
* | Re-apply "elf: Properly compute offsets of note descriptor and next note" | H.J. Lu | 2017-11-24 | 1 | -10/+21 |
* | Revert "elf: Properly compute offsets of note descriptor and next note" | Simon Marchi | 2017-11-24 | 1 | -14/+10 |
* | elf: Properly compute offsets of note descriptor and next note | H.J. Lu | 2017-11-24 | 1 | -10/+14 |
* | PR22451, strip no longer works on older object files | Alan Modra | 2017-11-21 | 1 | -7/+15 |
* | Prevent illegal memory accesses when parsing incorrecctly formated core notes. | Nick Clifton | 2017-11-16 | 1 | -0/+10 |
* | ld: Remove PF_X from PT_PHDR segment | H.J. Lu | 2017-11-12 | 1 | -2/+1 |
* | ELF/BFD: Handle both variants of the 64-bit Linux core PRPSINFO note | Maciej W. Rozycki | 2017-10-11 | 1 | -4/+15 |
* | ELF/BFD,GDB: Handle both variants of the 32-bit Linux core PRPSINFO note | Maciej W. Rozycki | 2017-10-11 | 1 | -4/+15 |
* | Account for padding in FreeBSD/mipsn32 NT_PRSTATUS notes. | John Baldwin | 2017-10-06 | 1 | -0/+5 |
* | Handle the NT_ARM_VFP core dump note on FreeBSD. | John Baldwin | 2017-10-05 | 1 | -0/+3 |
* | PR21167, relocation sections not included in groups | Alan Modra | 2017-10-05 | 1 | -18/+28 |
* | PR22166, SHT_GNU_verneed memory allocation | Alan Modra | 2017-09-24 | 1 | -2/+3 |
* | S/390: Fix Elf note swap s390_gs_bc vs. s390_gs_cb | Andreas Arnez | 2017-09-21 | 1 | -2/+2 |
* | Fix null pointer dereference when parsing a corrupt ELF binary. | Nick Clifton | 2017-08-14 | 1 | -2/+12 |
* | Fix out of bounds memory access when trying to allocate space for a note of s... | Nick Clifton | 2017-08-10 | 1 | -1/+1 |