Age | Commit message (Expand) | Author | Files | Lines |
2019-10-03 | libctf, bfd: fix ctf_bfdopen_ctfsect opening symbol and string sections | Nick Alcock | 1 | -1/+1 |
2019-09-19 | bfd_section_* macros | Alan Modra | 1 | -11/+9 |
2019-09-18 | bfd_asymbol_* macros | Alan Modra | 1 | -2/+2 |
2019-09-18 | Don't use bfd_get_* macro to set bfd fields | Alan Modra | 1 | -2/+2 |
2019-09-11 | Tidy ld/ldmisc.c | Alan Modra | 1 | -0/+8 |
2019-08-23 | Stop the BFD library from failing when encountering a second set of relocs fo... | Nick Clifton | 1 | -2/+11 |
2019-08-14 | Remove _bfd_dwarf2_find_nearest_line addr_size parameter | Alan Modra | 1 | -2/+2 |
2019-07-29 | Support .gnu.lto_.lto section in ELF files (PR 24768). | Martin Liska | 1 | -0/+23 |
2019-07-24 | Complain about mbind, ifunc, and unique in final_write | Alan Modra | 1 | -7/+22 |
2019-07-23 | SHF_GNU_MBIND requires ELFOSABI_GNU | Alan Modra | 1 | -32/+48 |
2019-07-23 | ELF final_write_processing | Alan Modra | 1 | -7/+13 |
2019-07-02 | Stop the BFD library from issuing a warning message when processing allocated... | Nick Clifton | 1 | -1/+36 |
2019-06-28 | Prevent attempts to allocate excessive amounts of memory when parsing corrupt... | Nick Clifton | 1 | -0/+12 |
2019-06-10 | Add support for NetBSD/sh3 core file sections. Merge multiple copies of auxv... | Christos Zoulas | 1 | -39/+47 |
2019-05-27 | Another generic ELF target assertion failure | Alan Modra | 1 | -1/+2 |
2019-04-03 | BFD whitespace fixes | Alan Modra | 1 | -104/+104 |
2019-03-28 | PR24392, Clang warning Wtautological-constant-out-of-range-compare | Alan Modra | 1 | -8/+2 |
2019-03-16 | PR24337, segfault in _bfd_elf_rela_local_sym, again | Alan Modra | 1 | -5/+4 |
2019-03-15 | PR24337, segfault in _bfd_elf_rela_local_sym | Alan Modra | 1 | -4/+5 |
2019-03-12 | Don't use bfd_get_file_size in objdump | Alan Modra | 1 | -10/+22 |
2019-02-28 | Prevent a buffer overrun error when attempting to parse a corrupt ELF file. | Nick Clifton | 1 | -1/+11 |
2019-02-20 | AArch64: Add pauth core file section | Alan Hayward | 1 | -0/+27 |
2019-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2018-12-28 | PR24015, glibc-2.28 on little-endian mips32 broken | Alan Modra | 1 | -1/+1 |
2018-12-17 | PR23994, libbfd integer overflow | Alan Modra | 1 | -8/+24 |
2018-12-14 | elf: Add PT_GNU_PROPERTY segment type | H.J. Lu | 1 | -0/+26 |
2018-11-30 | Remove an abort in the bfd library and add a check for an integer overflow wh... | Nick Clifton | 1 | -1/+10 |
2018-11-27 | Handle ELF compressed header alignment correctly by setting up the section al... | Mark Wielaard | 1 | -2/+3 |
2018-11-02 | PR23850, strip should not discard/move .rela.plt in executable | Alan Modra | 1 | -8/+11 |
2018-10-20 | PR23788, objcopy: failed to find link section | Alan Modra | 1 | -9/+9 |
2018-10-08 | Separate header PT_LOAD for -z separate-code | Alan Modra | 1 | -31/+68 |
2018-10-08 | Use p_vaddr_offset to set p_vaddr on segments without sections | Alan Modra | 1 | -10/+13 |
2018-10-08 | No PT_INTERP when .interp is zero size | Alan Modra | 1 | -2/+2 |
2018-10-08 | Tidy elf_segment_map allocation | Alan Modra | 1 | -20/+19 |
2018-10-03 | ELF: Group PT_NOTE segments by section alignments | H.J. Lu | 1 | -30/+29 |
2018-09-24 | Fix PR gdb/20948: --write option to GDB causes segmentation fault | Jozef Lawrynowicz | 1 | -0/+12 |
2018-09-03 | PR23595, simple objcopy of executable failure for msp430-elf | Jozef Lawrynowicz | 1 | -2/+14 |
2018-08-25 | elf: Check for corrupt symbol version info | H.J. Lu | 1 | -1/+1 |
2018-07-24 | PR23430, Indices misspelled | Alan Modra | 1 | -2/+2 |
2018-07-23 | Avoid ubsan complaint in BFD | Tom Tromey | 1 | -2/+3 |
2018-07-16 | Add grok/write functions for new ppc core note sections | Edjunior Barbosa Machado | 1 | -0/+351 |
2018-07-06 | Add checks for the NT_ARM_SVE section in a core file. | Alan Hayward | 1 | -0/+27 |
2018-06-14 | elf: Check if the first symbol version is base version | H.J. Lu | 1 | -1/+4 |
2018-05-21 | Mark section in a section group with SHF_GROUP | H.J. Lu | 1 | -1/+9 |
2018-05-18 | PR23199, Invalid SHT_GROUP entry leads to group confusion | Alan Modra | 1 | -6/+11 |
2018-05-12 | PR20659, Objcopy and change section lma failing | Alan Modra | 1 | -86/+73 |
2018-05-08 | Prevent a memory exhaustion failure when running objdump on a fuzzed input fi... | Nick Clifton | 1 | -0/+1 |
2018-05-04 | -Wstringop-truncation warnings | Alan Modra | 1 | -11/+24 |
2018-04-25 | Silence gcc-8 warnings | Alan Modra | 1 | -0/+7 |
2018-04-24 | Fix an illegal memory access when trying to copy an ELF binary with corrupt s... | Nick Clifton | 1 | -1/+8 |