summaryrefslogtreecommitdiff
path: root/bfd/elf64-ppc.c
Commit message (Expand)AuthorAgeFilesLines
* ppc64_elf_edit_opd revampAlan Modra2014-12-021-128/+150
* PowerPC64 --plt-alignAlan Modra2014-11-241-1/+1
* PPC gold doesn't check for overflow properlyAlan Modra2014-11-201-1/+1
* Default powerpc64 to --plt-thread-safe for GoAlan Modra2014-11-201-0/+2
* Relax ppc64_elf_tls_optimize assertionAlan Modra2014-10-211-1/+4
* Add gcc-4.9 libgomp symbols requiring --plt-thread-safe for power7Alan Modra2014-10-211-0/+6
* PowerPC64 ELFv1 function symbol definition vs LTO and discarded sectionsAlan Modra2014-10-181-43/+62
* Fix 17492, ld segfault with --oformat=binaryAlan Modra2014-10-161-11/+8
* PR17488, powerpc64-linux-ld segfaultAlan Modra2014-10-161-65/+61
* 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