aboutsummaryrefslogtreecommitdiff
path: root/bfd/elfnn-aarch64.c
AgeCommit message (Expand)AuthorFilesLines
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
2020-08-26Fix a sanitization problem running the linker testsuite for the AArch64 target.Nick Clifton1-1/+1
2020-08-21Fix problems with the AArch64 linker exposed by testing it with sanitization ...Nick Clifton1-4/+6
2020-07-30aarch64: set sh_entsize of .plt to 0Szabolcs Nagy1-6/+5
2020-07-30elf: Add sym_cache to elf_link_hash_tableH.J. Lu1-5/+2
2020-06-23ELF: Add _bfd_elf_add_dynamic_tagsH.J. Lu1-36/+2
2020-06-09IFUNC: Update IFUNC resolver check with DT_TEXTRELH.J. Lu1-1/+0
2020-06-08ELF: Move tlsdesc_plt/tlsdesc_got to elf_link_hash_tableH.J. Lu1-30/+21
2020-06-03ELF: Consolidate maybe_set_textrelH.J. Lu1-28/+2
2020-06-03ELF: Copy dyn_relocs in _bfd_elf_link_hash_copy_indirectH.J. Lu1-31/+0
2020-06-03ELF: Consolidate readonly_dynrelocsH.J. Lu1-18/+1
2020-06-01ELF: Move dyn_relocs to struct elf_link_hash_entryH.J. Lu1-26/+17
2020-05-19[PATCH v3] aarch64: Emit jump slot for conditional branch to undefined symbolsSiddhesh Poyarekar1-4/+18
2020-05-04[binutils-gdb][ld][AArch64] Fix group_sections algorithmWilco Dijkstra1-27/+56
2020-03-18Non-contiguous memory regions support: Avoid calls to abortChristophe Lyon1-6/+4
2020-03-13Add support for non-contiguous memory regionsChristophe Lyon1-1/+15
2020-03-02elf_backend_section_flags and _bfd_elf_init_private_section_dataAlan Modra1-3/+17
2020-02-26Indent labelsAlan Modra1-3/+3
2020-02-19bfd_size_type to size_tAlan Modra1-4/+4
2020-01-10AArch64: Revert setting of elf class in linker stub.Tamar Christina1-4/+0
2020-01-02AArch64: Set the correct ELF class for AArch64 stubs (PR/25210)Tamar Christina1-0/+4
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-11-27PR23652, Use symbols from debug bfd for _bfd_elf_find_functionAlan Modra1-111/+32
2019-11-18elf_backend_init_file_headerAlan Modra1-7/+8
2019-09-23aarch64 bfd.h tidyAlan Modra1-0/+1
2019-09-19bfd_section_* macrosAlan Modra1-7/+6