Age | Commit message (Expand) | Author | Files | Lines |
2020-03-05 | Add support for ELF files which contain multiple reloc sections which all tar... | Nick Clifton | 1 | -6/+371 |
2020-03-04 | sh_addralign inconsistent with sh_addr | Alan Modra | 1 | -1/+5 |
2020-03-02 | elf_backend_section_flags and _bfd_elf_init_private_section_data | Alan Modra | 1 | -34/+28 |
2020-02-26 | Indent labels | Alan Modra | 1 | -3/+3 |
2020-02-22 | PR25585, PHDR segment not covered by LOAD segment | Alan Modra | 1 | -1/+5 |
2020-02-20 | Stop the BFD library from automatically converting OS and PROC specific symbo... | Nick Clifton | 1 | -1/+18 |
2020-02-19 | file size check in _bfd_alloc_and_read | Alan Modra | 1 | -14/+0 |
2020-02-19 | _bfd_alloc_and_read | Alan Modra | 1 | -31/+14 |
2020-02-19 | _bfd_mul_overflow | Alan Modra | 1 | -59/+85 |
2020-02-19 | alloc2 used unnecessarily | Alan Modra | 1 | -18/+21 |
2020-02-19 | Check return status of memory alloc functions | Alan Modra | 1 | -0/+2 |
2020-02-19 | bfd_size_type to size_t | Alan Modra | 1 | -3/+3 |
2020-02-07 | Stop the BFD library from complaining if a segment has no sections attached t... | Nick Clifton | 1 | -8/+9 |
2020-01-31 | OOM in setup_group | Alan Modra | 1 | -3/+3 |
2020-01-23 | PR25444, Floating point exception in _bfd_elf_compute_section_file_positions | Alan Modra | 1 | -5/+11 |
2020-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2019-12-13 | Set no file contents PT_LOAD p_offset to first page | Alan Modra | 1 | -1/+9 |
2019-11-27 | PR23652, Use symbols from debug bfd for _bfd_elf_find_function | Alan Modra | 1 | -4/+5 |
2019-11-25 | Pass section when available to bfd_octets_per_byte | Alan Modra | 1 | -27/+11 |
2019-11-25 | Introduce new section flag: SEC_ELF_OCTETS | Christian Eggers | 1 | -1/+11 |
2019-11-19 | PR25200, SIGSEGV in _bfd_elf_validate_reloc | Alan Modra | 1 | -1/+1 |
2019-11-18 | elf_backend_init_file_header | Alan Modra | 1 | -24/+5 |
2019-11-18 | elf_backend_modify_headers | Alan Modra | 1 | -35/+41 |
2019-11-18 | PR25196, abort in rewrite_elf_program_header | Alan Modra | 1 | -4/+5 |
2019-10-30 | Add the ability to the BFD library to read build-ids from core flies. | Keith Seitz | 1 | -5/+18 |
2019-10-25 | PR4499, assign file positions assumes segment offsets increasing | Alan Modra | 1 | -236/+260 |
2019-10-14 | qsort: elf_sort_sections use of target_index | Alan Modra | 1 | -10/+11 |
2019-10-03 | bfd, ld: add CTF section linking | Nick Alcock | 1 | -11/+34 |
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 |