aboutsummaryrefslogtreecommitdiff
path: root/bfd/elfnn-aarch64.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-09-18bfd_asymbol_* macrosAlan Modra1-1/+1
2019-08-22AArch64: Fix LD crash on weak and undefined TLS symbols. (PR/24602).Tamar Christina1-20/+63
2019-08-14Remove _bfd_dwarf2_find_nearest_line addr_size parameterAlan Modra1-1/+1
2019-06-17aarch64: remove unnecessary loc_hash_table traversalSzabolcs Nagy1-24/+0
2019-06-14Add R_AARCH64_P32_MOVW_PREL_* ELF32 relocsSzabolcs Nagy1-3/+3
2019-06-12Prevent a seg-fault from objdup when disassembling binaries which do not cont...Adam Lackorzymski1-7/+13
2019-06-06[LD, AArch64] Move ELF options behind -zSudakshina Das1-2/+2
2019-05-24aarch64: handle STO_AARCH64_VARIANT_PCS in bfdSzabolcs Nagy1-0/+41
2019-05-21AArch64: Fix -Werror on buildTamar Christina1-1/+1
2019-05-21AArch64: Implement choice between Cortex-A53 erratum workarounds. (PR ld/24373)Tamar Christina1-19/+54
2019-04-25[BFD, AArch64] Improve bti/pac plts.Sudakshina Das1-60/+7
2019-04-11AArch64: When DF_BIND_NOW don't use TLSDESC GOT value.Tamar Christina1-5/+8
2019-03-21[BFD, AArch64, x86] Improve warning for --force-btiSudakshina Das1-8/+17