| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove an abort in the bfd library and add a check for an integer overflow wh... | Nick Clifton | 2018-11-30 | 1 | -1/+10 |
* | Handle ELF compressed header alignment correctly by setting up the section al... | Mark Wielaard | 2018-11-27 | 1 | -2/+3 |
* | PR23850, strip should not discard/move .rela.plt in executable | Alan Modra | 2018-11-02 | 1 | -8/+11 |
* | PR23788, objcopy: failed to find link section | Alan Modra | 2018-10-20 | 1 | -9/+9 |
* | Separate header PT_LOAD for -z separate-code | Alan Modra | 2018-10-08 | 1 | -31/+68 |
* | Use p_vaddr_offset to set p_vaddr on segments without sections | Alan Modra | 2018-10-08 | 1 | -10/+13 |
* | No PT_INTERP when .interp is zero size | Alan Modra | 2018-10-08 | 1 | -2/+2 |
* | Tidy elf_segment_map allocation | Alan Modra | 2018-10-08 | 1 | -20/+19 |
* | ELF: Group PT_NOTE segments by section alignments | H.J. Lu | 2018-10-03 | 1 | -30/+29 |
* | Fix PR gdb/20948: --write option to GDB causes segmentation fault | Jozef Lawrynowicz | 2018-09-24 | 1 | -0/+12 |
* | PR23595, simple objcopy of executable failure for msp430-elf | Jozef Lawrynowicz | 2018-09-03 | 1 | -2/+14 |
* | 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 |