aboutsummaryrefslogtreecommitdiff
path: root/bfd/elfnn-aarch64.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-06-13Free linker hash table from bfd_close.Alan Modra1-6/+6
2014-06-13Don't call bfd_link_hash_table_freeAlan Modra1-3/+1
2014-06-13Move link_hash_table_free functions earlierAlan Modra1-18/+18
2014-06-13Make bfd.link_next field a unionAlan Modra1-3/+3
2014-06-04bfd/elfnn-aarch64.c: Cleanup a couple of TLS functionsWill Newton1-3/+1
2014-05-02bfd target vector rationalisationAlan Modra1-2/+2
2014-04-22bfd/elfnn-aarch64.c: Remove elfNN_aarch64_section_flagsWill Newton1-14/+0
2014-04-15[AArch64] Fix off by one error in instruction relaxation mask.Marcus Shawcroft1-1/+1
2014-03-25bfd/elfnn-aarch64.c: Fix calculation of DT_RELASZWill Newton1-2/+2
2014-03-05Update copyright yearsAlan Modra1-1/+1
2014-01-142014-01-14 Michael Hudson-Doyle <michael.hudson@linaro.org>Christophe Lyon1-5/+4
2013-12-17Default elf_backend_post_process_headers to set OSABIH.J. Lu1-1/+1
2013-12-17Use _bfd_elf_copy_private_bfd_dataH.J. Lu1-28/+0
2013-11-26bfd/elfnn-aarch64.c: Handle static links with ifunc correctly.Will Newton1-1/+29
2013-11-26bfd/elfnn-aarch64.c: Fix miscalculation of GOTPLT offset for ifunc syms.Will Newton1-1/+2
2013-11-13bfd/Yufeng Zhang1-0/+12
2013-11-05Pass ignored unresolved relocations to ld backendH.J. Lu1-2/+2
2013-10-03aarch64: Add support for GNU indirect functions.Will Newton1-66/+604
2013-09-252013-08-25 Andrew Pinski <apinski@cavium.com>Andrew Pinski1-2/+2
2013-08-23 PR binutils/15834Nick Clifton1-1/+1
2013-07-282013-07-27 Andrew Pinski <apinski@cavium.com>Andrew Pinski1-1/+1
2013-07-272013-07-27 Andrew Pinski <apinski@cavium.com>Andrew Pinski1-0/+3
2013-07-03[AArch64] Tidy up switch statements in elfnn-aarch64.cMarcus Shawcroft1-30/+30
2013-07-02[AArch64] Fix creation of .got and placement of _GLOBAL_OFFSET_TABLE_Marcus Shawcroft1-19/+72
2013-06-27[AArch64] Fix the placement of &_DYNAMIC in the GOT.Marcus Shawcroft1-9/+13
2013-06-26[AArch64, ILP32] 4/6 Split elfnn-aarch64.c to elfxx-aarch64.cYufeng Zhang1-581/+90
2013-06-26[AArch64, ILP32] 3/6 Support for ELF32 relocs and refactor reloc handlingYufeng Zhang1-797/+850
2013-06-26[AArch64, ILP32] 2/6 Parametrize elfnn-aarch64.c and add basic support in ldYufeng Zhang1-385/+415
2013-06-26[AArch64, ILP32] 1/6 Rename elf64-aarch64.c to elfnn-aarch64.cYufeng Zhang1-0/+7113