summaryrefslogtreecommitdiff
path: root/bfd/elf64-ppc.c
Commit message (Expand)AuthorAgeFilesLines
* PowerPC64 call lacks nop errorAlan Modra2014-08-291-4/+11
* Index PowerPC64 linker generated .eh_frame in .eh_frame_hdrAlan Modra2014-08-221-119/+163
* PowerPC fix for ifunc broken by d1eca1e4Alan Modra2014-08-181-0/+1
* Taking an undefined function's address in an executableAlan Modra2014-07-021-4/+16
* Set DF_STATIC_TLS for PIEsAlan Modra2014-07-021-4/+3
* Add symbols for global entry stub, and report statsAlan Modra2014-07-011-5/+34
* Linker foreign output format support for PowerPC64 ELFv2Alan Modra2014-07-011-18/+51
* Free linker hash table from bfd_close.Alan Modra2014-06-131-11/+10
* Don't call bfd_link_hash_table_freeAlan Modra2014-06-131-1/+1
* Move link_hash_table_free functions earlierAlan Modra2014-06-131-14/+14
* Make bfd.link_next field a unionAlan Modra2014-06-131-15/+15
* Allow both signed and unsigned fields in PowerPC cmpli insnAlan Modra2014-06-071-8/+9
* Support fusion for ELFv2 stubsAlan Modra2014-06-031-6/+15
* bfd target vector rationalisationAlan Modra2014-05-021-3/+3
* Referencing a function's address on PowerPC64 ELFv2Alan Modra2014-03-271-43/+63
* Better overflow checking for powerpc64 relocationsAlan Modra2014-03-081-20/+44
* Update copyright yearsAlan Modra2014-03-051-2/+1
* Support R_PPC64_ADDR64_LOCALAlan Modra2014-03-051-0/+38
* Control powerpc64-ld provision of register save/restoreAlan Modra2014-02-191-1/+1
* Consolidate ppc64 ld/bfd communicationAlan Modra2014-02-171-125/+100
* PR15530, mark symbol in executables if it matches dynamic_listAlan Modra2014-02-121-2/+7
* Fix PowerPC targets minor memory leaks found by CoverityJan Kratochvil2014-02-041-5/+23
* Fixes powerpc64le ld segfaults when --emit-relocs is used.Alan Modra2014-01-241-4/+5
* Comment typoAlan Modra2014-01-221-1/+1
* Default elf_backend_post_process_headers to set OSABIH.J. Lu2013-12-171-1/+0
* Fix missing newline in error messageAndreas Schwab2013-12-161-1/+1
* More PowerPC64 ELFv2 --just-symbols fixesAlan Modra2013-12-031-15/+15
* PowerPC64 linking of --just-symbols objects (klibc)Alan Modra2013-12-031-4/+2
* PowerPC64 ELFv2, allocate dynreloc space for ifuncAlan Modra2013-11-111-2/+1
* Correct elf64-ppc.c handling of protected symbolsAlan Modra2013-11-111-14/+10
* Pass ignored unresolved relocations to ld backendH.J. Lu2013-11-051-1/+3
* Hide ppc64 .TOC. from --export-dynamicAlan Modra2013-11-051-3/+12
* Update elf64-ppc.c to use elf_link_hash_table shortcuts.Alan Modra2013-11-051-81/+67
* Edit ELFv2 global entry prologue to non-PICAlan Modra2013-11-041-0/+33
* PowerPC64 ELFv2 symbols defined in pltAlan Modra2013-11-041-48/+251
* Simplify ppc64 code setting toc_off.Alan Modra2013-11-021-35/+18
* Replace DT_PPC_TLSOPT with DT_PPC_OPT.Alan Modra2013-10-301-5/+15
* Support ELFv2 stack frame.Alan Modra2013-10-301-17/+25
* ELFv2 stub, plt and glink changesAlan Modra2013-10-301-119/+207
* Add ELFv2 .localentry support.Alan Modra2013-10-301-9/+63
* Add .abiversion related support for ELFv2Alan Modra2013-10-301-15/+124
* Change plt stubs to have destination in r12.Alan Modra2013-10-301-63/+63
* Report overflow on PowerPC64 @h and @ha relocations.Alan Modra2013-10-301-32/+151
* * elf-bfd.h (struct elf_backend_data): Remove as_needed_cleanup.Alan Modra2013-08-271-8/+12
* * elf64-ppc.c (struct ppc64_elf_obj_tdata): Replace opd_relocsAlan Modra2013-07-251-9/+18
* * elf64-ppc.c (ppc64_elf_func_desc_adjust): Don't hide .TOC.Alan Modra2013-07-031-6/+4
* bfd/Alan Modra2013-07-031-43/+68
* * elf64-ppc.c (ppc64_elf_func_desc_adjust): Hide ".TOC.".Alan Modra2013-07-031-0/+7
* bfd/Alan Modra2013-07-021-7/+8
* bfd/Alan Modra2013-07-011-14/+29