summaryrefslogtreecommitdiff
path: root/bfd/elfnn-aarch64.c
Commit message (Expand)AuthorAgeFilesLines
* Arm64/ELF: accept relocations against STN_UNDEFJan Beulich2023-03-311-1/+5
* ubsan: elfnn-aarch64.c:4595:19: runtime error: load of value 190Alan Modra2023-03-281-8/+3
* bfd: aarch64: Optimize BTI stubs PR30076Szabolcs Nagy2023-03-231-4/+32
* bfd: aarch64: Fix stubs that may break BTI PR30076Szabolcs Nagy2023-03-231-15/+160
* bfd: aarch64: Refactor stub sizing codeSzabolcs Nagy2023-03-231-273/+279
* Test SEC_HAS_CONTENTS before reading section contentsAlan Modra2023-02-231-0/+1
* Use __func__ rather than __FUNCTION__Alan Modra2023-01-121-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2023-01-011-1/+1
* enable-non-contiguous-regions warningsAlan Modra2022-12-211-1/+1
* ld: Always call elf_backend_output_arch_local_symsH.J. Lu2022-11-171-0/+5
* Don't use BFD_VMA_FMT in binutilsAlan Modra2022-08-041-12/+10
* ld: aarch64: Adjust TLS relaxation conditionMatthew Malcomson2022-08-021-33/+37
* [AArch64] Support AArch64 MTE memory tag dumps in core filesLuis Machado2022-07-191-0/+89
* PR29293, elfnn-aarch64.c: def_protected member unintializedPekka Seppänen2022-06-281-0/+1
* aarch64: Allow PC-relative relocations against protected STT_FUNC for -sharedFangrui Song2022-06-231-1/+1
* aarch64: Define elf_backend_extern_protected_data to 0 [PR 18705]Fangrui Song2022-06-231-1/+1
* aarch64: Disallow copy relocations on protected dataFangrui Song2022-06-221-1/+27
* HOWTO size encodingAlan Modra2022-06-081-115/+115
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+1
* Remove unnecessary ELF_MINPAGESIZE definesAlan Modra2022-01-011-1/+0
* asan: buffer overflow in elfnn-aarch64.c get_plt_typeAlan Modra2021-12-171-3/+5
* Fix problems translating messages when a percentage sign appears at the end o...Nick Clifton2021-07-071-2/+5
* Stop the BFD library from treating annobin symbols as potential function symb...Nick Clifton2021-04-281-9/+17
* convert elf_link_hash macros to inline functionsAlan Modra2021-04-121-1/+1
* Use bool in bfdAlan Modra2021-03-311-632/+632
* TRUE/FALSE simplificationAlan Modra2021-03-291-1/+1
* hash table iterator callback functions int vs. bfd_booleanAlan Modra2021-03-291-2/+2
* elf_backend_relocate_section int vs. bfd_booleanAlan Modra2021-03-291-1/+1
* Add startswith function and use it instead of CONST_STRNEQ.Martin Liska2021-03-221-1/+1
* When displaying ARM private file flag bits, use a 0x prefix.Alexander Fedotov2021-01-041-2/+2
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* PR26979, Visibility of undefined foo@v1 should constrain foo@@v1Alan Modra2020-12-011-2/+2
* aarch64: Return an error on conditional branch to an undefined symbolSiddhesh Poyarekar2020-09-101-18/+19
* ubsan elfnn-aarch64.c:7142 shift exponent 32 is too largeAlan Modra2020-09-021-1/+1
* Fix a sanitization problem running the linker testsuite for the AArch64 target.Nick Clifton2020-08-261-1/+1
* Fix problems with the AArch64 linker exposed by testing it with sanitization ...Nick Clifton2020-08-211-4/+6
* aarch64: set sh_entsize of .plt to 0Szabolcs Nagy2020-07-301-6/+5
* elf: Add sym_cache to elf_link_hash_tableH.J. Lu2020-07-301-5/+2
* ELF: Add _bfd_elf_add_dynamic_tagsH.J. Lu2020-06-231-36/+2
* IFUNC: Update IFUNC resolver check with DT_TEXTRELH.J. Lu2020-06-091-1/+0
* ELF: Move tlsdesc_plt/tlsdesc_got to elf_link_hash_tableH.J. Lu2020-06-081-30/+21
* ELF: Consolidate maybe_set_textrelH.J. Lu2020-06-031-28/+2
* ELF: Copy dyn_relocs in _bfd_elf_link_hash_copy_indirectH.J. Lu2020-06-031-31/+0
* ELF: Consolidate readonly_dynrelocsH.J. Lu2020-06-031-18/+1
* ELF: Move dyn_relocs to struct elf_link_hash_entryH.J. Lu2020-06-011-26/+17
* [PATCH v3] aarch64: Emit jump slot for conditional branch to undefined symbolsSiddhesh Poyarekar2020-05-191-4/+18
* [binutils-gdb][ld][AArch64] Fix group_sections algorithmWilco Dijkstra2020-05-041-27/+56
* Non-contiguous memory regions support: Avoid calls to abortChristophe Lyon2020-03-181-6/+4
* Add support for non-contiguous memory regionsChristophe Lyon2020-03-131-1/+15
* elf_backend_section_flags and _bfd_elf_init_private_section_dataAlan Modra2020-03-021-3/+17