Age | Commit message (Expand) | Author | Files | Lines |
2020-07-30 | elf: Add sym_cache to elf_link_hash_table | H.J. Lu | 1 | -5/+3 |
2020-06-23 | ELF: Add _bfd_elf_add_dynamic_tags | H.J. Lu | 1 | -70/+3 |
2020-06-08 | ELF: Move tlsdesc_plt/tlsdesc_got to elf_link_hash_table | H.J. Lu | 1 | -26/+19 |
2020-06-06 | ELF: Add target_os to elf_link_hash_table/elf_backend_data | H.J. Lu | 1 | -54/+55 |
2020-06-03 | ELF: Consolidate maybe_set_textrel | H.J. Lu | 1 | -29/+2 |
2020-06-03 | ELF: Copy dyn_relocs in _bfd_elf_link_hash_copy_indirect | H.J. Lu | 1 | -31/+0 |
2020-06-03 | ELF: Consolidate readonly_dynrelocs | H.J. Lu | 1 | -18/+1 |
2020-06-01 | ELF: Move dyn_relocs to struct elf_link_hash_entry | H.J. Lu | 1 | -20/+16 |
2020-05-21 | Replace "if (x) free (x)" with "free (x)", bfd | Alan Modra | 1 | -19/+9 |
2020-04-01 | Arm: Fix LSB of GOT for Thumb2 only PLT. | Tamar Christina | 1 | -0/+6 |
2020-04-01 | Arm: Fix thumb2 PLT branch offsets. | Tamar Christina | 1 | -2/+2 |
2020-03-18 | Non-contiguous memory regions support: Avoid calls to abort | Christophe Lyon | 1 | -6/+3 |
2020-03-13 | Add support for non-contiguous memory regions | Christophe Lyon | 1 | -0/+11 |
2020-03-02 | elf_backend_section_flags and _bfd_elf_init_private_section_data | Alan Modra | 1 | -2/+2 |
2020-02-26 | Indent labels | Alan Modra | 1 | -4/+4 |
2020-02-19 | bfd_size_type to size_t | Alan Modra | 1 | -4/+4 |
2020-01-10 | [PR ld/22269] arm: Avoid dynamic relocs for undefweak symbols in static PIE | Szabolcs Nagy | 1 | -4/+2 |
2020-01-03 | Fix potential illegal memory access failures in the BFD library by ensuring t... | Nick Clifton | 1 | -5/+6 |
2020-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2019-12-11 | bfd signed overflow fixes | Alan Modra | 1 | -9/+9 |
2019-11-27 | PR23652, Use symbols from debug bfd for _bfd_elf_find_function | Alan Modra | 1 | -111/+30 |
2019-11-21 | ARM cmse_scan segfault | Alan Modra | 1 | -2/+5 |
2019-11-18 | elf_backend_init_file_header | Alan Modra | 1 | -5/+7 |
2019-11-18 | elf_backend_modify_headers | Alan Modra | 1 | -3/+3 |
2019-10-15 | remove more xmalloc in bfd | Alan Modra | 1 | -1/+4 |
2019-10-04 | [PR ld/22263][PR ld/25056] arm: Avoid dynamic TLS relocs in PIE | Szabolcs Nagy | 1 | -5/+5 |
2019-10-04 | [PR ld/25062] arm: sign extend the addend of R_ARM_TLS_GOTDESC | Szabolcs Nagy | 1 | -2/+2 |
2019-09-23 | arm bfd.h tidy | Alan Modra | 1 | -0/+2 |
2019-09-19 | bfd_section_* macros | Alan Modra | 1 | -13/+14 |
2019-09-18 | bfd_asymbol_* macros | Alan Modra | 1 | -1/+1 |
2019-08-22 | ARM CMSE symbols | Alan Modra | 1 | -20/+6 |
2019-08-20 | Arm: Fix performance issue with thumb-2 tailcalls | Tamar Christina | 1 | -9/+16 |
2019-08-14 | Remove _bfd_dwarf2_find_nearest_line addr_size parameter | Alan Modra | 1 | -1/+1 |
2019-07-24 | Complain about mbind, ifunc, and unique in final_write | Alan Modra | 1 | -13/+13 |
2019-07-23 | ELF final_write_processing | Alan Modra | 1 | -3/+10 |
2019-07-02 | PR ld/24709 [arm] linker crash and assertion failure with CMSE | Christophe Lyon | 1 | -1/+24 |
2019-07-02 | Ensure that debug information is retained for ARMv8-M security functions. | Srinath Parvathaneni | 1 | -0/+19 |
2019-07-01 | Correct the calculation of offsets for ARM exidx relocs when performing a par... | Nick Clifton | 1 | -1/+1 |
2019-06-12 | Prevent a seg-fault from objdup when disassembling binaries which do not cont... | Adam Lackorzymski | 1 | -2/+8 |
2019-05-22 | ARM STM32L4XX erratum test failure with MALLOC_PERTURB_ | Alan Modra | 1 | -1/+1 |
2019-05-21 | [binutils][Arm] Fix Branch Future relocation handling and testisms | Andre Vieira | 1 | -69/+6 |
2019-05-16 | [PATCH 1/57][Arm][GAS]: Add support for +mve and +mve.fp | Andre Vieira | 1 | -0/+1 |
2019-05-16 | Revert "ARM STM32L4XX erratum test failure" | Alan Modra | 1 | -6/+3 |
2019-05-15 | ARM STM32L4XX erratum test failure | Alan Modra | 1 | -3/+6 |
2019-04-15 | [binutils, ARM, 10/16] BFCSEL infrastructure with new global reloc R_ARM_THM_... | Andre Vieira | 1 | -1/+59 |
2019-04-15 | [binutils, ARM, 8/16] BFL infrastructure with new global reloc R_ARM_THM_BF18 | Andre Vieira | 1 | -1/+61 |
2019-04-15 | [binutils, ARM, 5/16] BF insns infrastructure with new global reloc R_ARM_THM... | Andre Vieira | 1 | -1/+114 |
2019-04-15 | [binutils, ARM, 1/16] Add support for Armv8.1-M Mainline CLI | Andre Vieira | 1 | -6/+43 |
2019-04-11 | Check corrupt VTENTRY entry in bfd_elf_gc_record_vtentry | H.J. Lu | 1 | -3/+1 |
2019-04-03 | BFD whitespace fixes | Alan Modra | 1 | -18/+19 |