aboutsummaryrefslogtreecommitdiff
path: root/bfd/elfnn-aarch64.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-03-13[BFD, LD, AArch64, 3/3] Add --pac-plt to enable PLTs protected with PAC.Sudakshina Das1-6/+134
2019-03-13[BFD, LD, AArch64, 2/3] Add --force-bti to enable BTI and to select BTI enabl...Sudakshina Das1-16/+241
2019-03-13[BFD, LD, AArch64, 1/3] Add support for GNU PROPERTIES in AArch64 for BTI and...Sudakshina Das1-0/+35
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-12-18Include bfd_stdint.h in bfd.hAlan Modra1-1/+0
2018-11-27AArch64: Fix regression in Cortex A53 erratum when PIE. (PR ld/23904)Tamar Christina1-5/+73
2018-10-31Don't create got section while processing TLS Local Exec relocations.Renlin Li1-3/+0
2018-08-22Fix AArch64 stub layout algorithm to allow for the fact that section layut mi...Rafeal Auler1-0/+3
2018-07-17BFD: Use `bfd_is_abs_symbol' to determine whether a symbol is absoluteMaciej W. Rozycki1-4/+2
2018-06-25Fix compile time warning message for the AArch64 BFD backend, about a possibl...Nick Clifton1-3/+5
2018-03-28[2/2][LD][AARCH64]Add BFD_RELOC_AARCH64_TLSLE_LDST8/16/32/64_TPREL_LO12 suppo...Renlin Li1-0/+16
2018-03-28[1/2][GAS][AARCH64]Add BFD_RELOC_AARCH64_TLSLE_LDST8/16/32/64_TPREL_LO12 supp...Renlin Li1-0/+120
2018-03-09Fix Sparc, s390 and AArch64 targets so that they can handle relocs against if...Nick Clifton1-0/+6
2018-03-07[PR20402][LD][AARCH64]Don't emit RELATIVE relocation for absolute symbols whi...Renlin Li1-2/+11
2018-03-02Ensure 8-byte alignment for AArch64 stubs.Jim Wilson1-5/+8
2018-02-27Have info_to_howto functions return a success/fail status. Check this result...Nick Clifton1-1/+9
2018-02-26ARM and AArch64 messagesAlan Modra1-6/+6
2018-02-26unrecognized/unsupported reloc messageAlan Modra1-14/+16
2018-02-19%L conversionsAlan Modra1-9/+12
2018-02-19Use %pI, %pR, %pS, %pT in place of %I, %R, %S and %T.Alan Modra1-1/+1
2018-02-19Use %pA and %pB in messages rather than %A and %BAlan Modra1-17/+17
2018-02-05[PR22764][LD][AARCH64]Allow R_AARCH64_ABS16 and R_AARCH64_ABS32 against absol...Renlin Li1-3/+12
2018-01-24[LD][AARCH64]Add group relocations to create PC-relative offset.Renlin Li1-0/+7
2018-01-24[GAS][AARCH64]Add group relocations to create PC-relative offset.Renlin Li1-0/+108
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-12-13[BFD][AARCH64]Disallow R_AARCH64_ABS32(LP64) & R_AARCH64_ABS16 in const secti...Renlin Li1-0/+21
2017-12-06BFD whitespace fixesAlan Modra1-91/+91