aboutsummaryrefslogtreecommitdiff
path: root/bfd/elfnn-aarch64.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-02[LD][AARCH64]Add BFD_RELOC_AARCH64_MOVW_GOTOFF_G1 Support.Renlin Li1-0/+7
2015-10-02[GAS][AARCH64]Add BFD_RELOC_AARCH64_MOVW_GOTOFF_G1 Support.Renlin Li1-0/+15
2015-10-02[LD][AARCH64]Add BFD_RELOC_AARCH64_LD64_GOTOFF_LO15 Support.Renlin Li1-0/+72
2015-10-02[BFD][AARCH64]Refactor to facilitate further large memory model support patches.Renlin Li1-4/+12
2015-10-01[BFD][AARCH64]Emit single AARCH64_MAP_INSN symbol for the whole plt.Renlin Li1-35/+1
2015-09-20Add --no-dynamic-linker option to ld, for static PIE useRich Felker1-1/+1
2015-09-09[AArch64] Sort IS_AARCH64_TLS_RELAX_RELOC in alphabetic orderJiong Wang1-8/+8
2015-09-09[AArch64] Relax TLS local dynamic traditional into local executableJiong Wang1-0/+53
2015-08-31Make asection->id and asection->index unsignedAlan Modra1-2/+2
2015-08-19[AArch64][6/6] LD support TLSLD load/store relocation typesJiong Wang1-0/+16
2015-08-19[AArch64][5/6] GAS support TLSLD load/store relocation typesJiong Wang1-0/+120
2015-08-19[AArch64][4/6] LD support TLSLD move/add relocation typesJiong Wang1-0/+12
2015-08-19[AArch64][3/6] GAS support TLSLD move/add relocation typesJiong Wang1-0/+90
2015-08-19[AArch64][2/6] LD support BFD_RELOC_AARCH64_TLSLD_ADD_DTPREL_LO12_NCJiong Wang1-0/+2
2015-08-19[AArch64][1/6] GAS support BFD_RELOC_AARCH64_TLSLD_ADD_DTPREL_LO12_NCJiong Wang1-0/+15
2015-08-18[AArch64] Cleanup TLS relocation types which don't go through GOT tableJiong Wang1-37/+0
2015-08-18Add output_type to bfd_link_infoH.J. Lu1-36/+39
2015-08-11[AArch64] Improve BFD overflow warning message for -fpicJiong Wang1-0/+13
2015-08-11[AArch64]Speed up linking speed by skipping unncessary TLS reloc type checkJiong Wang1-1/+15
2015-08-11[AArch64] Long branch veneer support far symbol defined by --defsymJiong Wang1-2/+4
2015-08-11[AArch64] PR18668, repair long branch veneer for plt stubJiong Wang1-31/+20
2015-08-11[AArch64][8/8] LD support BFD_RELOC_AARCH64_TLSLD_ADD_DTPREL_LO12Jiong Wang1-0/+8
2015-08-11[AArch64][7/8] GAS support BFD_RELOC_AARCH64_TLSLD_ADD_DTPREL_LO12Jiong Wang1-0/+15
2015-08-11[AArch64][6/8] LD support BFD_RELOC_AARCH64_TLSLD_ADD_LO12_NCJiong Wang1-1/+8
2015-08-11[AArch64][5/8] GAS support BFD_RELOC_AARCH64_TLSLD_ADD_LO12_NCJiong Wang1-0/+15
2015-08-11[AArch64][3/8] LD support BFD_RELOC_AARCH64_TLSLD_ADR_PAGE21Jiong Wang1-2/+11
2015-08-11[AArch64][2/8] GAS support BFD_RELOC_AARCH64_TLSLD_ADR_PAGE21Jiong Wang1-0/+16
2015-07-27[AArch64] Fix extern protected data handlingSzabolcs Nagy1-0/+1
2015-07-17[AArch64] Sort TLS reloc types alphabeticallyJiong Wang1-17/+17
2015-07-16[AArch64][3/3] LD support BFD_RELOC_AARCH64_TLSLD_ADR_PREL21Jiong Wang1-1/+17
2015-07-16[AArch64][2/3] GAS support BFD_RELOC_AARCH64_TLSLD_ADR_PREL21Jiong Wang1-0/+14
2015-06-23[AArch64] Generate DT_TEXTREL for relocation against read-only sectionJiong Wang1-0/+30
2015-06-15[AArch64] Gas add BFD_RELOC_AARCH64_LD64_GOTOFF_LO15 supportRenlin Li1-0/+15
2015-06-01[AArch64] BFD support BFD_RELOC_AARCH64_LD32_GOTPAGE_LO14Jiong Wang1-3/+12
2015-06-01[AArch64] GAS support BFD_RELOC_AARCH64_LD32_GOTPAGE_LO14Jiong Wang1-0/+16
2015-06-01[AArch64] BFD_RELOC_AARCH64_TLSLE_ADD_LO12 should enable overflow checkJiong Wang1-1/+1
2015-06-01[AArch64] BFD Support BFD_RELOC_AARCH64_LD64_GOTPAGE_LO15Jiong Wang1-2/+23
2015-06-01[AArch64] GAS Support BFD_RELOC_AARCH64_LD64_GOTPAGE_LO15Jiong Wang1-0/+16
2015-05-20[AArch64/BFD] Sort relocation case labels alphabeticallyJiong Wang1-39/+39
2015-05-18[AArch64] Remove X86-64 commentsJiong Wang1-5/+1
2015-05-14[AArch64] Remove BFD overflow check restrictionsJiong Wang1-9/+3
2015-04-24[AArch64] PR18270, fix handling of GOT entry for local symbolJiong Wang1-9/+58
2015-04-24[AArch64] Improve PC-relative relocation check for shared libraryJiong Wang1-7/+24
2015-04-01[AArch64] Workaround for Cortex A53 erratum 843419Marcus Shawcroft1-5/+433
2015-03-26[AArch64] Fix branch stubs for BETejas Belagod1-13/+6
2015-03-25[AArch64] Implement branch over stub section.Marcus Shawcroft1-1/+17
2015-03-25[AArch64] Adjust veneer count.Marcus Shawcroft1-0/+2
2015-03-24[AArch64] Factor out _bfd_aarch64_get_stub_for_link_section.Marcus Shawcroft1-12/+18
2015-03-24[AArch64] Refactor section_group[] representation.Marcus Shawcroft1-12/+3
2015-03-24[AArch64] Refactor generation of 835769 workaround stubs.Marcus Shawcroft1-104/+28