aboutsummaryrefslogtreecommitdiff
path: root/bfd/elfnn-aarch64.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-03-24[AArch64] Use _bfd_aarch64_add_stub_entry_in_group.Marcus Shawcroft1-15/+5
2015-03-23[OBV] Fix build -- missing ';'Keith Seitz1-1/+1
2015-03-23Factor out _bfd_aarch64_erratum_835769_stub_nameMarcus Shawcroft1-7/+11
2015-03-23[AArch64] Factor out _bfd_aarch64_resize_stubs()Marcus Shawcroft1-12/+24
2015-03-23[AArch64] Factor stub creation code into _bfd_aarch64_create_stub_section.Marcus Shawcroft1-14/+23
2015-03-23[AArch64] Factor out common behaviour between elf_aarch64_create_or_find_stub...Marcus Shawcroft1-52/+32
2015-03-23[AArch64] Flip sense of erratum_835769_scan.Marcus Shawcroft1-8/+13
2015-03-23[AArch64] Drop unused argument to elf_aarch64_create_or_find_stub_secMarcus Shawcroft1-10/+5
2015-03-23[AArch64] Remove unused variable.Marcus Shawcroft1-3/+2
2015-03-23Remove dead code.Marcus Shawcroft1-16/+0
2015-03-23[AArch64] Tidy up in aarch64_mem_op_p().Marcus Shawcroft1-19/+26
2015-03-23[AArch64] Adjust layout of elfNN_aarch64_write_section.Marcus Shawcroft1-1/+1
2015-03-04[AArch64] Call abort() consistently in unhandled stub switch statements.Marcus Shawcroft1-7/+4
2015-02-26[AArch64] Add support for :tlsdesc: and TLSDESC_LD_PREL19Marcus Shawcroft1-4/+54
2015-02-26[AArch64] Add support for :tlsdesc: and TLSDESC_ADR_PREL21Marcus Shawcroft1-1/+16
2015-02-26Add ADR :tlsgd: directive and TLSGD_ADR_PREL21 support.Marcus Shawcroft1-0/+70
2015-02-26Adding support for TLSIE_LD_GOTTREL_PREL19.Marcus Shawcroft1-1/+12
2015-02-26Fix field size for TLSDESC_CALLMarcus Shawcroft1-1/+1
2015-02-26Fix field size for TLSLE_MOVW_TPREL_* relocations.Marcus Shawcroft1-5/+5
2015-02-26Fix TLSIE_MOVW_GOTTPREL_G0_NC field size.Marcus Shawcroft1-1/+1
2015-02-03bfd/elfnn-aarch64.c: Set st_value to zero for undefined symbolsWill Newton1-4/+11
2015-01-19Fallout from recent bfd_reloc_outofrange changesAlan Modra1-3/+3
2015-01-13[AArch64] Fix function pointer variable with -Bsymbolic-functionsJiong Wang1-1/+1
2015-01-13[AArch64] Enable overflow check for TLSLE_MOVW_TPREL_G2Jiong Wang1-1/+1
2015-01-13[AArch64] Enable overflow check for R_AARCH64_TLSLE_ADD_TPREL_HI12Jiong Wang1-1/+1
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-12-22More fixes for memory access violations exposed by fuzzed binaries.Nick Clifton1-0/+8
2014-12-12Copy relocations against protected symbolsAlan Modra1-1/+1
2014-11-24[AArch64] Cortex-A53 Erratum 835769 -- sort mapsJiong Wang1-0/+27
2014-10-24[AArch64] Cortex-A53 erratum 835769 linker workaroundJiong Wang1-3/+638
2014-10-15Merge bfd_find_nearest_line variantsAlan Modra1-11/+12
2014-08-26[AArch64] Improve copy relocation support on four absolute relocation typesJiong Wang1-10/+23
2014-07-08Enable elf_backend_rela_normal for AArch64Jiong Wang1-9/+2