Age | Commit message (Expand) | Author | Files | Lines |
2024-01-04 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2023-11-09 | bfd: aarch64: Avoid BTI stub for a PLT that has BTI | Szabolcs Nagy | 1 | -3/+14 |
2023-11-09 | bfd: aarch64: Fix leaks in case of BTI stub reuse | Szabolcs Nagy | 1 | -24/+32 |
2023-11-09 | bfd: aarch64: Fix broken BTI stub PR30930 | Szabolcs Nagy | 1 | -2/+15 |
2023-11-09 | bfd: aarch64: Fix BTI stub optimization PR30957 | Szabolcs Nagy | 1 | -4/+3 |
2023-06-08 | Re: _bfd_free_cached_info | Alan Modra | 1 | -1/+1 |
2023-06-07 | _bfd_free_cached_info | Alan Modra | 1 | -1/+1 |
2023-06-01 | bfd_close and target free_cached_memory | Alan Modra | 1 | -13/+0 |
2023-05-23 | PR30437 aarch64: make RELA relocs idempotent | Michael Matz | 1 | -104/+104 |
2023-03-31 | Arm64/ELF: accept relocations against STN_UNDEF | Jan Beulich | 1 | -1/+5 |
2023-03-28 | ubsan: elfnn-aarch64.c:4595:19: runtime error: load of value 190 | Alan Modra | 1 | -8/+3 |
2023-03-23 | bfd: aarch64: Optimize BTI stubs PR30076 | Szabolcs Nagy | 1 | -4/+32 |
2023-03-23 | bfd: aarch64: Fix stubs that may break BTI PR30076 | Szabolcs Nagy | 1 | -15/+160 |
2023-03-23 | bfd: aarch64: Refactor stub sizing code | Szabolcs Nagy | 1 | -273/+279 |
2023-02-23 | Test SEC_HAS_CONTENTS before reading section contents | Alan Modra | 1 | -0/+1 |
2023-01-12 | Use __func__ rather than __FUNCTION__ | Alan Modra | 1 | -1/+1 |
2023-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2022-12-21 | enable-non-contiguous-regions warnings | Alan Modra | 1 | -1/+1 |
2022-11-17 | ld: Always call elf_backend_output_arch_local_syms | H.J. Lu | 1 | -0/+5 |
2022-08-04 | Don't use BFD_VMA_FMT in binutils | Alan Modra | 1 | -12/+10 |
2022-08-02 | ld: aarch64: Adjust TLS relaxation condition | Matthew Malcomson | 1 | -33/+37 |
2022-07-19 | [AArch64] Support AArch64 MTE memory tag dumps in core files | Luis Machado | 1 | -0/+89 |
2022-06-28 | PR29293, elfnn-aarch64.c: def_protected member unintialized | Pekka Seppänen | 1 | -0/+1 |
2022-06-23 | aarch64: Allow PC-relative relocations against protected STT_FUNC for -shared | Fangrui Song | 1 | -1/+1 |
2022-06-23 | aarch64: Define elf_backend_extern_protected_data to 0 [PR 18705] | Fangrui Song | 1 | -1/+1 |
2022-06-22 | aarch64: Disallow copy relocations on protected data | Fangrui Song | 1 | -1/+27 |
2022-06-08 | HOWTO size encoding | Alan Modra | 1 | -115/+115 |
2022-01-02 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2022-01-01 | Remove unnecessary ELF_MINPAGESIZE defines | Alan Modra | 1 | -1/+0 |
2021-12-17 | asan: buffer overflow in elfnn-aarch64.c get_plt_type | Alan Modra | 1 | -3/+5 |
2021-07-07 | Fix problems translating messages when a percentage sign appears at the end o... | Nick Clifton | 1 | -2/+5 |
2021-04-28 | Stop the BFD library from treating annobin symbols as potential function symb... | Nick Clifton | 1 | -9/+17 |
2021-04-12 | convert elf_link_hash macros to inline functions | Alan Modra | 1 | -1/+1 |
2021-03-31 | Use bool in bfd | Alan Modra | 1 | -632/+632 |
2021-03-29 | TRUE/FALSE simplification | Alan Modra | 1 | -1/+1 |
2021-03-29 | hash table iterator callback functions int vs. bfd_boolean | Alan Modra | 1 | -2/+2 |
2021-03-29 | elf_backend_relocate_section int vs. bfd_boolean | Alan Modra | 1 | -1/+1 |
2021-03-22 | Add startswith function and use it instead of CONST_STRNEQ. | Martin Liska | 1 | -1/+1 |
2021-01-04 | When displaying ARM private file flag bits, use a 0x prefix. | Alexander Fedotov | 1 | -2/+2 |
2021-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2020-12-01 | PR26979, Visibility of undefined foo@v1 should constrain foo@@v1 | Alan Modra | 1 | -2/+2 |
2020-09-10 | aarch64: Return an error on conditional branch to an undefined symbol | Siddhesh Poyarekar | 1 | -18/+19 |
2020-09-02 | ubsan elfnn-aarch64.c:7142 shift exponent 32 is too large | Alan Modra | 1 | -1/+1 |
2020-08-26 | Fix a sanitization problem running the linker testsuite for the AArch64 target. | Nick Clifton | 1 | -1/+1 |
2020-08-21 | Fix problems with the AArch64 linker exposed by testing it with sanitization ... | Nick Clifton | 1 | -4/+6 |
2020-07-30 | aarch64: set sh_entsize of .plt to 0 | Szabolcs Nagy | 1 | -6/+5 |
2020-07-30 | elf: Add sym_cache to elf_link_hash_table | H.J. Lu | 1 | -5/+2 |
2020-06-23 | ELF: Add _bfd_elf_add_dynamic_tags | H.J. Lu | 1 | -36/+2 |
2020-06-09 | IFUNC: Update IFUNC resolver check with DT_TEXTREL | H.J. Lu | 1 | -1/+0 |
2020-06-08 | ELF: Move tlsdesc_plt/tlsdesc_got to elf_link_hash_table | H.J. Lu | 1 | -30/+21 |