aboutsummaryrefslogtreecommitdiff
path: root/bfd/elfnn-aarch64.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-12-06Comment tidyAlan Modra1-1/+1
2017-12-01readonly_dynrelocsAlan Modra1-17/+34
2017-11-28ELF: Don't set non_ir_ref_regular in check_relocsH.J. Lu1-5/+0
2017-11-27[PR ld/22263] aarch64: Avoid dynamic TLS relocs in PIESzabolcs Nagy1-4/+4
2017-11-27[PR ld/22269] aarch64: Handle local undefined weak symbolsSzabolcs Nagy1-2/+8
2017-11-23Rename u.weakdef and make it a circular listAlan Modra1-6/+6
2017-10-16ELF: Call check_relocs after opening all inputsH.J. Lu1-177/+0
2017-10-14aarch64: Check UNDEFWEAK_NO_DYNAMIC_RELOCH.J. Lu1-2/+8
2017-10-12Force the AArch64 linker backend to refuse to link when it encounters unresol...Nick Clifton1-14/+17
2017-09-02-Og warning fixesAlan Modra1-1/+1
2017-08-17[AArch64] Skip IFUNC relocations in debug sectionsSzabolcs Nagy1-3/+22
2017-07-24Improve "unrecognized relocation" error messages to add the suggestion that t...Nick Clifton1-9/+3
2017-07-19[AArch64] Fix PR18841 ifunc relocation orderingSzabolcs Nagy1-0/+31
2017-07-18Fix spelling typos.Yuri Chornovian1-1/+1
2017-07-12bfd_error_handler bfd_vma and bfd_size_type argsAlan Modra1-7/+7
2017-07-04[AArch64] Remove useless and incorrect assertionJiong Wang1-7/+0
2017-06-29[AArch64] Only override the symbol dynamic decision on undefined weak symbolJiong Wang1-23/+59
2017-06-29[AArch64] Remove duplicated code when handling some GOT relocations typesJiong Wang1-87/+20
2017-06-16[AArch64] Use SYMBOL_REFERENCES_LOCAL in one symbol checkJiong Wang1-4/+4
2017-06-15[AArch64] Allow COPY relocation eliminationJiong Wang1-47/+124
2017-06-09Revert "[AArch64] Allow COPY relocation elimination"Jiong Wang1-62/+8
2017-06-08[AArch64] Allow COPY relocation eliminationJiong Wang1-8/+62
2017-06-06Fix AArch64 in the same way as other targets updated in 8170f7693bc0a9442c0aa...James Clarke1-1/+1
2017-05-18Don't compare boolean values against TRUE or FALSEAlan Modra1-2/+2
2017-05-16Rename non_ir_ref to non_ir_ref_regularAlan Modra1-2/+2
2017-04-13Use %A and %B in more error messagesAlan Modra1-1/+1
2017-04-13Rewrite bfd error handlerAlan Modra1-1/+1
2017-03-13Rename R_AARCH64_TLSDESC_LD64_LO12_NC to R_AARCH64_TLSDESC_LD64_LO12 and R_AA...Nick Clifton1-21/+24
2017-02-28Don't make dynamic .data.rel.ro SEC_READONLYAlan Modra1-1/+1
2017-01-23Fix AArch64 relocation handling in ILP32 mode.Yury Norov1-90/+115
2017-01-20[AArch64] Optimize .gnu.hash table size for executableJiong Wang1-0/+17
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-12-26dynrelro section for read-only dynamic symbols copied into executableAlan Modra1-7/+21