summaryrefslogtreecommitdiff
path: root/bfd/elf64-ppc.c
Commit message (Expand)AuthorAgeFilesLines
* Fix powerpc64 -r --save-restore-funcsAlan Modra2016-02-261-27/+31
* Fix "PowerPC64 ELFv2 entry code" for big-endianAlan Modra2016-02-041-1/+1
* PowerPC64 ELFv2 entry codeAlan Modra2016-02-021-0/+1
* Copyright update for binutilsAlan Modra2016-01-011-1/+1
* PowerPC ifunc with local symbolsAlan Modra2015-12-071-103/+97
* R_PPC64_ENTRYAlan Modra2015-12-071-4/+77
* Fix powerpc64 segfault caused by zero r_symndx relocs.Alan Modra2015-12-021-2/+6
* Add assembler, disassembler and linker support for power9.Peter Bergner2015-11-111-11/+84
* Fix performance regression due to ld -r memmoveAlan Modra2015-11-101-30/+66
* bfd: Fix left shift of negative value.Dominik Vogt2015-11-091-2/+2
* Correct powerpc64le __glink_PLTresolve .eh_frame FDEAlan Modra2015-10-171-1/+1
* Add --no-dynamic-linker option to ld, for static PIE useRich Felker2015-09-201-1/+1
* Add PowerPC64 ld --tls-get-addr-optimize.Alan Modra2015-09-181-8/+8
* Wrong function reported for linker error messageAlan Modra2015-09-011-1/+17
* ppc64 out-of-line register save/restore functionsAlan Modra2015-09-011-49/+150
* Optimise PowerPC64 r2 adjusting stubsAlan Modra2015-08-311-12/+20
* ppc64 section group handlingAlan Modra2015-08-311-174/+147
* Make asection->id and asection->index unsignedAlan Modra2015-08-311-5/+5
* Add bfd_link_pde, and simplify some tests of link_info.typeAlan Modra2015-08-191-1/+1
* Add output_type to bfd_link_infoH.J. Lu2015-08-181-52/+52
* PPC64: Allow .TOC. in linker script to override backend calculated valueAlan Modra2015-08-181-4/+37
* Set EI_OSABI to ELFOSABI_GNU for local IFUNC symbolsH.J. Lu2015-08-121-1/+1
* Fix ppc64 ELFv1 assertion failureAlan Modra2015-07-221-7/+6
* Fix an opd->append index in elf64-ppc.cRichard Sandiford2015-07-051-1/+1
* Align .TOC. for PowerPC64Alan Modra2015-04-231-4/+10
* Make powerpc bfd ld reloc overflow vs undefined symbols match goldAlan Modra2015-03-241-18/+13
* Fix elf64-ppc.c electric fence warningAlan Modra2015-03-171-5/+11
* PowerPC64 thread-safe stubs not needed for ipltAlan Modra2015-02-261-6/+11
* Use dynamic text relocs for protected varsAlan Modra2015-02-261-0/+17
* Properly place the NULL STT_FILE symbol revistitedAlan Modra2015-02-181-0/+3
* PowerPC64 offset check should test entire 64-bit value is in sectionAlan Modra2015-02-131-2/+1
* Fix memory access violations triggered by running addr2line on fuzzed binaries.Nick Clifton2015-02-121-0/+4
* Don't segfault or assert on NULL tls_secAlan Modra2015-02-091-8/+22
* Correct PowerPC64 local-dynamic TLS linker optimizationAlan Modra2015-01-291-4/+9
* PowerPC64 changes for xlcAlan Modra2015-01-281-0/+8
* Fixes for memory access violations triggered by running addr2line on fuzzed b...Nick Clifton2015-01-271-0/+3
* Fix garbage collection of common symbols for powerpc64Alan Modra2015-01-201-1/+1
* Fallout from recent bfd_reloc_outofrange changesAlan Modra2015-01-191-2/+2
* ChangeLog rotatation and copyright year updateAlan Modra2015-01-021-1/+1
* Set ppc COMMONPAGESIZE to 64kRichard Henderson2014-12-181-1/+1
* Copy relocations against protected symbolsAlan Modra2014-12-121-1/+1
* ppc64_elf_edit_opd revamp, take 2Alan Modra2014-12-091-16/+0
* 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