aboutsummaryrefslogtreecommitdiff
path: root/bfd/elfnn-aarch64.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-25aarch64: Add DT_RELR support for ILP32 ABISzabolcs Nagy1-16/+21
2024-06-07aarch64: Fix DT_RELR support with discarded sectionsSzabolcs Nagy1-2/+3
2024-05-31aarch64: Add DT_RELR supportSzabolcs Nagy1-1/+428
2024-04-02PR 30569, always call elf_backend_size_dynamic_sectionsAlan Modra1-10/+11
2024-02-21Remove is_relocatable_executable from backend codeAlan Modra1-5/+3
2024-02-15Re: elf_backend_finish_dynamic_symbol returning falseAlan Modra1-1/+2
2024-02-15elf_backend_finish_dynamic_symbol returning falseAlan Modra1-4/+2
2024-01-04Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2023-11-09bfd: aarch64: Avoid BTI stub for a PLT that has BTISzabolcs Nagy1-3/+14
2023-11-09bfd: aarch64: Fix leaks in case of BTI stub reuseSzabolcs Nagy1-24/+32
2023-11-09bfd: aarch64: Fix broken BTI stub PR30930Szabolcs Nagy1-2/+15
2023-11-09bfd: aarch64: Fix BTI stub optimization PR30957Szabolcs Nagy1-4/+3
2023-06-08Re: _bfd_free_cached_infoAlan Modra1-1/+1
2023-06-07_bfd_free_cached_infoAlan Modra1-1/+1
2023-06-01bfd_close and target free_cached_memoryAlan Modra1-13/+0
2023-05-23PR30437 aarch64: make RELA relocs idempotentMichael Matz1-104/+104
2023-03-31Arm64/ELF: accept relocations against STN_UNDEFJan Beulich1-1/+5
2023-03-28ubsan: elfnn-aarch64.c:4595:19: runtime error: load of value 190Alan Modra1-8/+3
2023-03-23bfd: aarch64: Optimize BTI stubs PR30076Szabolcs Nagy1-4/+32
2023-03-23bfd: aarch64: Fix stubs that may break BTI PR30076Szabolcs Nagy1-15/+160
2023-03-23bfd: aarch64: Refactor stub sizing codeSzabolcs Nagy1-273/+279
2023-02-23Test SEC_HAS_CONTENTS before reading section contentsAlan Modra1-0/+1
2023-01-12Use __func__ rather than __FUNCTION__Alan Modra1-1/+1
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2022-12-21enable-non-contiguous-regions warningsAlan Modra1-1/+1
2022-11-17ld: Always call elf_backend_output_arch_local_symsH.J. Lu1-0/+5
2022-08-04Don't use BFD_VMA_FMT in binutilsAlan Modra1-12/+10
2022-08-02ld: aarch64: Adjust TLS relaxation conditionMatthew Malcomson1-33/+37
2022-07-19[AArch64] Support AArch64 MTE memory tag dumps in core filesLuis Machado1-0/+89
2022-06-28PR29293, elfnn-aarch64.c: def_protected member unintializedPekka Seppänen1-0/+1
2022-06-23aarch64: Allow PC-relative relocations against protected STT_FUNC for -sharedFangrui Song1-1/+1
2022-06-23aarch64: Define elf_backend_extern_protected_data to 0 [PR 18705]Fangrui Song1-1/+1
2022-06-22aarch64: Disallow copy relocations on protected dataFangrui Song1-1/+27
2022-06-08HOWTO size encodingAlan Modra1-115/+115
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2022-01-01Remove unnecessary ELF_MINPAGESIZE definesAlan Modra1-1/+0
2021-12-17asan: buffer overflow in elfnn-aarch64.c get_plt_typeAlan Modra1-3/+5
2021-07-07Fix problems translating messages when a percentage sign appears at the end o...Nick Clifton1-2/+5
2021-04-28Stop the BFD library from treating annobin symbols as potential function symb...Nick Clifton1-9/+17
2021-04-12convert elf_link_hash macros to inline functionsAlan Modra1-1/+1
2021-03-31Use bool in bfdAlan Modra1-632/+632
2021-03-29TRUE/FALSE simplificationAlan Modra1-1/+1
2021-03-29hash table iterator callback functions int vs. bfd_booleanAlan Modra1-2/+2
2021-03-29elf_backend_relocate_section int vs. bfd_booleanAlan Modra1-1/+1
2021-03-22Add startswith function and use it instead of CONST_STRNEQ.Martin Liska1-1/+1
2021-01-04When displaying ARM private file flag bits, use a 0x prefix.Alexander Fedotov1-2/+2
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-12-01PR26979, Visibility of undefined foo@v1 should constrain foo@@v1Alan Modra1-2/+2
2020-09-10aarch64: Return an error on conditional branch to an undefined symbolSiddhesh Poyarekar1-18/+19
2020-09-02ubsan elfnn-aarch64.c:7142 shift exponent 32 is too largeAlan Modra1-1/+1