summaryrefslogtreecommitdiff
path: root/bfd/elfnn-aarch64.c
Commit message (Expand)AuthorAgeFilesLines
* [AArch64] Improve BFD overflow warning message for -fpicJiong Wang2015-08-111-0/+13
* [AArch64]Speed up linking speed by skipping unncessary TLS reloc type checkJiong Wang2015-08-111-1/+15
* [AArch64] Long branch veneer support far symbol defined by --defsymJiong Wang2015-08-111-2/+4
* [AArch64] PR18668, repair long branch veneer for plt stubJiong Wang2015-08-111-31/+20
* [AArch64][8/8] LD support BFD_RELOC_AARCH64_TLSLD_ADD_DTPREL_LO12Jiong Wang2015-08-111-0/+8
* [AArch64][7/8] GAS support BFD_RELOC_AARCH64_TLSLD_ADD_DTPREL_LO12Jiong Wang2015-08-111-0/+15
* [AArch64][6/8] LD support BFD_RELOC_AARCH64_TLSLD_ADD_LO12_NCJiong Wang2015-08-111-1/+8
* [AArch64][5/8] GAS support BFD_RELOC_AARCH64_TLSLD_ADD_LO12_NCJiong Wang2015-08-111-0/+15
* [AArch64][3/8] LD support BFD_RELOC_AARCH64_TLSLD_ADR_PAGE21Jiong Wang2015-08-111-2/+11
* [AArch64][2/8] GAS support BFD_RELOC_AARCH64_TLSLD_ADR_PAGE21Jiong Wang2015-08-111-0/+16
* [AArch64] Fix extern protected data handlingSzabolcs Nagy2015-07-271-0/+1
* [AArch64] Sort TLS reloc types alphabeticallyJiong Wang2015-07-171-17/+17
* [AArch64][3/3] LD support BFD_RELOC_AARCH64_TLSLD_ADR_PREL21Jiong Wang2015-07-161-1/+17
* [AArch64][2/3] GAS support BFD_RELOC_AARCH64_TLSLD_ADR_PREL21Jiong Wang2015-07-161-0/+14
* [AArch64] Generate DT_TEXTREL for relocation against read-only sectionJiong Wang2015-06-231-0/+30
* [AArch64] Gas add BFD_RELOC_AARCH64_LD64_GOTOFF_LO15 supportRenlin Li2015-06-151-0/+15
* [AArch64] BFD support BFD_RELOC_AARCH64_LD32_GOTPAGE_LO14Jiong Wang2015-06-011-3/+12
* [AArch64] GAS support BFD_RELOC_AARCH64_LD32_GOTPAGE_LO14Jiong Wang2015-06-011-0/+16
* [AArch64] BFD_RELOC_AARCH64_TLSLE_ADD_LO12 should enable overflow checkJiong Wang2015-06-011-1/+1
* [AArch64] BFD Support BFD_RELOC_AARCH64_LD64_GOTPAGE_LO15Jiong Wang2015-06-011-2/+23
* [AArch64] GAS Support BFD_RELOC_AARCH64_LD64_GOTPAGE_LO15Jiong Wang2015-06-011-0/+16
* [AArch64/BFD] Sort relocation case labels alphabeticallyJiong Wang2015-05-201-39/+39
* [AArch64] Remove X86-64 commentsJiong Wang2015-05-181-5/+1
* [AArch64] Remove BFD overflow check restrictionsJiong Wang2015-05-141-9/+3
* [AArch64] PR18270, fix handling of GOT entry for local symbolJiong Wang2015-04-241-9/+58
* [AArch64] Improve PC-relative relocation check for shared libraryJiong Wang2015-04-241-7/+24
* [AArch64] Workaround for Cortex A53 erratum 843419Marcus Shawcroft2015-04-011-5/+433
* [AArch64] Fix branch stubs for BETejas Belagod2015-03-261-13/+6
* [AArch64] Implement branch over stub section.Marcus Shawcroft2015-03-251-1/+17
* [AArch64] Adjust veneer count.Marcus Shawcroft2015-03-251-0/+2
* [AArch64] Factor out _bfd_aarch64_get_stub_for_link_section.Marcus Shawcroft2015-03-241-12/+18
* [AArch64] Refactor section_group[] representation.Marcus Shawcroft2015-03-241-12/+3
* [AArch64] Refactor generation of 835769 workaround stubs.Marcus Shawcroft2015-03-241-104/+28
* [AArch64] Use _bfd_aarch64_add_stub_entry_in_group.Marcus Shawcroft2015-03-241-15/+5
* [OBV] Fix build -- missing ';'Keith Seitz2015-03-231-1/+1
* Factor out _bfd_aarch64_erratum_835769_stub_nameMarcus Shawcroft2015-03-231-7/+11
* [AArch64] Factor out _bfd_aarch64_resize_stubs()Marcus Shawcroft2015-03-231-12/+24
* [AArch64] Factor stub creation code into _bfd_aarch64_create_stub_section.Marcus Shawcroft2015-03-231-14/+23
* [AArch64] Factor out common behaviour between elf_aarch64_create_or_find_stub...Marcus Shawcroft2015-03-231-52/+32
* [AArch64] Flip sense of erratum_835769_scan.Marcus Shawcroft2015-03-231-8/+13
* [AArch64] Drop unused argument to elf_aarch64_create_or_find_stub_secMarcus Shawcroft2015-03-231-10/+5
* [AArch64] Remove unused variable.Marcus Shawcroft2015-03-231-3/+2
* Remove dead code.Marcus Shawcroft2015-03-231-16/+0
* [AArch64] Tidy up in aarch64_mem_op_p().Marcus Shawcroft2015-03-231-19/+26
* [AArch64] Adjust layout of elfNN_aarch64_write_section.Marcus Shawcroft2015-03-231-1/+1
* [AArch64] Call abort() consistently in unhandled stub switch statements.Marcus Shawcroft2015-03-041-7/+4
* [AArch64] Add support for :tlsdesc: and TLSDESC_LD_PREL19Marcus Shawcroft2015-02-261-4/+54
* [AArch64] Add support for :tlsdesc: and TLSDESC_ADR_PREL21Marcus Shawcroft2015-02-261-1/+16
* Add ADR :tlsgd: directive and TLSGD_ADR_PREL21 support.Marcus Shawcroft2015-02-261-0/+70
* Adding support for TLSIE_LD_GOTTREL_PREL19.Marcus Shawcroft2015-02-261-1/+12