Age | Commit message (Expand) | Author | Files | Lines |
2020-04-23 | arc: Add support for ARC HS extra registers in core files | Anton Kolesov | 1 | -0/+27 |
2020-04-17 | PR25842, Null pointer dereference in nm-new | Alan Modra | 1 | -2/+6 |
2020-04-14 | The assembler only supports 32-bit stabs. So set sh_entsize unconditionally t... | Fangrui Song | 1 | -3/+1 |
2020-04-03 | elf: Remove zero-sized relocation section from section group | H.J. Lu | 1 | -11/+26 |
2020-03-25 | PR25662, invalid sh_offset for first section in segment with phdrs | Alan Modra | 1 | -3/+19 |
2020-03-24 | bfd: Add a bfd_boolean argument to bfd_get_symbol_version_string | H.J. Lu | 1 | -12/+4 |
2020-03-24 | Fix assertion failure in the BFD library when linking with --emit-relocs enab... | Nick Clifton | 1 | -3/+6 |
2020-03-24 | bfd: Display symbol version for nm -D | H.J. Lu | 1 | -6/+21 |
2020-03-20 | tidy elf_backend calls | Alan Modra | 1 | -18/+15 |
2020-03-19 | Fix assertion failure in the BFD library when called to parse a file containi... | Nick Clifton | 1 | -2/+7 |
2020-03-18 | Fix seg-fault in strip when copying a file containing corrupt secondary relocs. | Nick Clifton | 1 | -40/+91 |
2020-03-17 | Replace a couple of assertions in the BFD library that can be triggered by at... | Nick Clifton | 1 | -5/+23 |
2020-03-17 | Remove a double free in the BFD library triggered when parsing a corrupt file. | Nick Clifton | 1 | -1/+3 |
2020-03-16 | PR25675: SIGSEGV in bfd_octets_per_byte | Alan Modra | 1 | -7/+13 |
2020-03-14 | Implement NT_NETBSDCORE_LWPSTATUS (NetBSD-Core) | Kamil Rytarowski | 1 | -1/+7 |
2020-03-13 | Recognize aarch64 PT_GETREGS and PT_GETFPREGS notes on NetBSD | Kamil Rytarowski | 1 | -0/+1 |
2020-03-13 | Fix several mix up between octets and bytes in ELF program headers | Christian Eggers | 1 | -27/+27 |
2020-03-13 | Fix several mix up between octets and bytes in ELF program headers | Christian Eggers | 1 | -56/+75 |
2020-03-06 | Fix an abort triggered when objcopy is used to set the "share" section flag o... | Nick Clifton | 1 | -7/+33 |
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 |