Age | Commit message (Expand) | Author | Files | Lines |
2018-02-27 | Have info_to_howto functions return a success/fail status. Check this result... | Nick Clifton | 1 | -1/+2 |
2018-02-26 | Segfault on phdrs allocated but not created | Alan Modra | 1 | -7/+5 |
2018-02-26 | ELF linker messages | Alan Modra | 1 | -12/+14 |
2018-02-26 | unrecognized/unsupported reloc message | Alan Modra | 1 | -4/+3 |
2018-02-23 | PR22881, null pointer dereference in assign_file_positions_for_non_load_sections | Alan Modra | 1 | -38/+46 |
2018-02-19 | %L conversions | Alan Modra | 1 | -11/+13 |
2018-02-19 | Use %pA and %pB in messages rather than %A and %B | Alan Modra | 1 | -52/+52 |
2018-02-19 | PT_LOAD and PT_GNU_RELRO segment overlap | Alan Modra | 1 | -13/+10 |
2018-02-17 | Ignore degenerate PT_LOAD segments | Alan Modra | 1 | -0/+1 |
2018-02-16 | Remove bfd stub function casts. | Alan Modra | 1 | -1/+3 |
2018-02-13 | PR22836, "-r -s" doesn't work with -g3 using GCC 7 | Alan Modra | 1 | -4/+21 |
2018-02-13 | PR22829, objcopy/strip removes PT_GNU_RELRO from lld binaries | Alan Modra | 1 | -27/+51 |
2018-02-08 | Fix a seg-fault in the ELF note parser when a note with an excessively large ... | Nick Clifton | 1 | -0/+2 |
2018-02-05 | ELF/BFD: Propagate the return status from backend section processing | Maciej W. Rozycki | 1 | -1/+2 |
2018-01-30 | PR22758, FAIL: Run pr22393-2 | Alan Modra | 1 | -24/+16 |
2018-01-12 | Optimize the performance of the group_setup function. | Jens Widell | 1 | -3/+8 |
2018-01-11 | ld: Create a new LOAD segment for separate code segment | H.J. Lu | 1 | -7/+25 |
2018-01-03 | Create pseudo sections for FreeBSD NT_PROCSTAT_(PROC|FILES|VMMAP) notes. | John Baldwin | 1 | -0/+12 |
2018-01-03 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2017-12-06 | BFD whitespace fixes | Alan Modra | 1 | -147/+147 |
2017-11-24 | Re-apply "elf: Properly compute offsets of note descriptor and next note" | H.J. Lu | 1 | -10/+21 |
2017-11-24 | Revert "elf: Properly compute offsets of note descriptor and next note" | Simon Marchi | 1 | -14/+10 |
2017-11-24 | elf: Properly compute offsets of note descriptor and next note | H.J. Lu | 1 | -10/+14 |
2017-11-21 | PR22451, strip no longer works on older object files | Alan Modra | 1 | -7/+15 |
2017-11-16 | Prevent illegal memory accesses when parsing incorrecctly formated core notes. | Nick Clifton | 1 | -0/+10 |
2017-11-12 | ld: Remove PF_X from PT_PHDR segment | H.J. Lu | 1 | -2/+1 |
2017-10-11 | ELF/BFD: Handle both variants of the 64-bit Linux core PRPSINFO note | Maciej W. Rozycki | 1 | -4/+15 |
2017-10-11 | ELF/BFD,GDB: Handle both variants of the 32-bit Linux core PRPSINFO note | Maciej W. Rozycki | 1 | -4/+15 |
2017-10-06 | Account for padding in FreeBSD/mipsn32 NT_PRSTATUS notes. | John Baldwin | 1 | -0/+5 |
2017-10-05 | Handle the NT_ARM_VFP core dump note on FreeBSD. | John Baldwin | 1 | -0/+3 |
2017-10-05 | PR21167, relocation sections not included in groups | Alan Modra | 1 | -18/+28 |
2017-09-24 | PR22166, SHT_GNU_verneed memory allocation | Alan Modra | 1 | -2/+3 |
2017-09-21 | S/390: Fix Elf note swap s390_gs_bc vs. s390_gs_cb | Andreas Arnez | 1 | -2/+2 |
2017-08-14 | Fix null pointer dereference when parsing a corrupt ELF binary. | Nick Clifton | 1 | -2/+12 |
2017-08-10 | Fix out of bounds memory access when trying to allocate space for a note of s... | Nick Clifton | 1 | -1/+1 |
2017-08-08 | Fix address violation problems when parsing corrupt ELF binaries. | Nick Clifton | 1 | -47/+64 |
2017-07-18 | Fix spelling typos. | Yuri Chornovian | 1 | -1/+1 |
2017-07-12 | bfd_error_handler bfd_vma and bfd_size_type args | Alan Modra | 1 | -2/+2 |
2017-07-07 | Create pseudo sections for FreeBSD NT_PTLWPINFO core notes. | John Baldwin | 1 | -0/+4 |
2017-07-03 | Support %Lx, %Lu, %Ld in _bfd_error_handler format | Alan Modra | 1 | -28/+26 |
2017-07-03 | Miscellaneous format string fixes | Alan Modra | 1 | -4/+4 |
2017-06-29 | S390: Support guarded-storage core note sections | Andreas Arnez | 1 | -0/+56 |
2017-06-25 | fix out-of-bounds access in elf.c:find_link | Sergei Trofimovich | 1 | -2/+4 |
2017-06-21 | Fix seg-fault reading a corrupt ELF binary. | Nick Clifton | 1 | -3/+11 |
2017-06-06 | bfd: support section groups with preceding SHF_GROUP sections | Jose E. Marchesi | 1 | -28/+5 |
2017-06-06 | ld: Allow section groups to be resolved as part of a relocatable link | Andrew Burgess | 1 | -18/+17 |
2017-06-06 | ELF/BFD: Hold the number of internal static relocs in `->reloc_count' | Maciej W. Rozycki | 1 | -1/+2 |
2017-06-01 | Use the ELF class to determine the word size for FreeBSD core notes. | John Baldwin | 1 | -10/+13 |
2017-05-18 | Don't compare boolean values against TRUE or FALSE | Alan Modra | 1 | -1/+1 |
2017-04-23 | PR 21414, null pointer deref of _bfd_elf_large_com_section sym | Alan Modra | 1 | -2/+4 |