summaryrefslogtreecommitdiff
path: root/bfd/elfnn-aarch64.c
Commit message (Expand)AuthorAgeFilesLines
* -Og warning fixesAlan Modra2017-09-021-1/+1
* [AArch64] Skip IFUNC relocations in debug sectionsSzabolcs Nagy2017-08-171-3/+22
* Improve "unrecognized relocation" error messages to add the suggestion that t...Nick Clifton2017-07-241-9/+3
* [AArch64] Fix PR18841 ifunc relocation orderingSzabolcs Nagy2017-07-191-0/+31
* Fix spelling typos.Yuri Chornovian2017-07-181-1/+1
* bfd_error_handler bfd_vma and bfd_size_type argsAlan Modra2017-07-121-7/+7
* [AArch64] Remove useless and incorrect assertionJiong Wang2017-07-041-7/+0
* [AArch64] Only override the symbol dynamic decision on undefined weak symbolJiong Wang2017-06-291-23/+59
* [AArch64] Remove duplicated code when handling some GOT relocations typesJiong Wang2017-06-291-87/+20
* [AArch64] Use SYMBOL_REFERENCES_LOCAL in one symbol checkJiong Wang2017-06-161-4/+4
* [AArch64] Allow COPY relocation eliminationJiong Wang2017-06-151-47/+124
* Revert "[AArch64] Allow COPY relocation elimination"Jiong Wang2017-06-091-62/+8
* [AArch64] Allow COPY relocation eliminationJiong Wang2017-06-081-8/+62
* Fix AArch64 in the same way as other targets updated in 8170f7693bc0a9442c0aa...James Clarke2017-06-061-1/+1
* Don't compare boolean values against TRUE or FALSEAlan Modra2017-05-181-2/+2
* Rename non_ir_ref to non_ir_ref_regularAlan Modra2017-05-161-2/+2
* Use %A and %B in more error messagesAlan Modra2017-04-131-1/+1
* Rewrite bfd error handlerAlan Modra2017-04-131-1/+1
* Rename R_AARCH64_TLSDESC_LD64_LO12_NC to R_AARCH64_TLSDESC_LD64_LO12 and R_AA...Nick Clifton2017-03-131-21/+24
* Don't make dynamic .data.rel.ro SEC_READONLYAlan Modra2017-02-281-1/+1
* Fix AArch64 relocation handling in ILP32 mode.Yury Norov2017-01-231-90/+115
* [AArch64] Optimize .gnu.hash table size for executableJiong Wang2017-01-201-0/+17
* Update year range in copyright notice of all files.Alan Modra2017-01-021-1/+1
* dynrelro section for read-only dynamic symbols copied into executableAlan Modra2016-12-261-7/+21
* Put .dynbss and .rel.bss shortcuts in main elf hash tableAlan Modra2016-12-261-24/+8
* ld: aarch64: fix TLS relaxation where TCB_SIZE is usedYury Norov2016-12-141-5/+15
* Revert "ld: aarch64: fix TLS relaxation where TCB_SIZE is used"Yury Norov2016-12-141-15/+3
* ld: aarch64: fix TLS relaxation where TCB_SIZE is usedYury Norov2016-12-141-3/+15
* Fix accesses to the GOT for AARCH64 operating in 32-bit mode.Yury Norov2016-12-011-6/+11
* elf_backend_dtrel_excludes_pltAlan Modra2016-11-231-15/+1
* Delete duplicate target short-cuts to dynamic sectionsAlan Modra2016-11-231-2/+1
* [AArch64] Bind defined symbol locally in PIEJiong Wang2016-11-101-1/+2
* Add c-format tags to translatable strings with more than one argument-using f...Nick Clifton2016-10-191-2/+13
* Pass link_info to _bfd_merge_private_bfd_dataAlan Modra2016-10-071-2/+3
* -Wimplicit-fallthrough warning fixesAlan Modra2016-10-061-0/+2
* Remove syntactic sugarAlan Modra2016-09-301-19/+18
* Preserve all mapping symbols in ARM and AArch64 object files.Nick Clifton2016-06-291-0/+37
* Don't generate PLT for IFUNC GOT/pointer referenceH.J. Lu2016-06-181-1/+2
* Return void from linker callbacksAlan Modra2016-05-281-19/+11
* Enable R_AARCH64_NONE for 64-bit code.Jim Wilson2016-05-231-4/+2
* Set dynamic tag VMA and size from dynamic section when possibleAlan Modra2016-05-131-1/+2
* [AArch64] Remove redundant tls relax in elfNN_aarch64_final_link_relocateJiong Wang2016-05-111-13/+3
* [AArch64] Also puts value in place for R_AARCH64_RELATIVEJiong Wang2016-05-031-1/+7
* Properly handle dynamic reloc against normal symbolH.J. Lu2016-04-111-0/+1
* [AArch64] Create .got section if _GLOBAL_OFFSET_TABLE_ referencedJiong Wang2016-03-071-0/+16
* [BFD][AARCH64]Fix MOVW_SABS_G(0,1,2) relocation overflow check.Renlin Li2016-02-261-3/+3
* Revert "ABS32"Renlin Li2016-02-241-15/+3
* ABS32Renlin Li2016-02-241-3/+15
* [AArch64] Remove redundant calculation of plt stub destination for veneerJiong Wang2016-02-221-16/+3
* Add a more helpful warning message to explain why some AArch64 relocations ca...Nick Clifton2016-02-091-4/+31