summaryrefslogtreecommitdiff
path: root/gold/powerpc.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix "PowerPC64 ELFv2 entry code" for big-endianAlan Modra2016-02-041-1/+1
* PowerPC64 ELFv2 entry codeAlan Modra2016-02-021-0/+1
* Refactor gold to enable support for MIPS-64 relocation format.Cary Coutant2016-01-111-22/+85
* Copyright update for binutilsAlan Modra2016-01-011-1/+1
* Pass relocations to Target::do_calls_non_split.Cary Coutant2015-12-111-1/+5
* [GOLD] PowerPC style fixAlan Modra2015-12-091-22/+27
* [GOLD] Edit PowerPC64 ELFv2 function entry codeAlan Modra2015-12-091-2/+66
* [GOLD] Relocate::relocate() paramsAlan Modra2015-12-091-12/+9
* [GOLD] R_PPC64_ENTRY supportAlan Modra2015-12-071-0/+47
* [GOLD] Align PowerPC64 GOTAlan Modra2015-11-251-1/+4
* [GOLD] PowerPC TOC16 and GOT16 relocs are relativeAlan Modra2015-11-191-2/+1
* Add assembler, disassembler and linker support for power9.Peter Bergner2015-11-111-5/+64
* Remove unnecessary target dependencies on relocation format.Cary Coutant2015-11-091-1/+4
* Support 64-bit entry size in SHT_HASH (for s390).Marcin Kościelnicki2015-10-281-4/+8
* [GOLD] ppc64 out-of-line register save/restore functionsAlan Modra2015-09-021-17/+69
* gold --emit-relocsAlan Modra2015-08-201-2/+4
* [GOLD] Add PowerPC64 -fsplit-stack supportAlan Modra2015-05-161-2/+120
* Change Section_id type to use Relobj* instead of Object*.Cary Coutant2015-05-021-6/+6
* Tidy PowerPC gold find_global_entry usesAlan Modra2015-04-281-17/+25
* PowerPC gold assertion on missing global entry stubAlan Modra2015-04-281-3/+6
* Use LIFO instead of FIFO to implement gc's transitive closure.Rafael Ávila de Espíndola2015-04-171-2/+3
* PR18147, relocation overflow when --unresolved-symbols=ignore-allAlan Modra2015-03-241-1/+1
* PowerPC64 GOLD: complain on misaligned _DS relocsAlan Modra2015-02-241-3/+4
* Fix gold error: hidden symbol '...' is not defined locallyAlan Modra2015-02-181-0/+1
* Correct GOLD PowerPC64 local-dynamic TLS linker optimizationAlan Modra2015-01-291-6/+10
* [GOLD] Correct powerpc64 ifunc plt entry testAlan Modra2015-01-221-4/+4
* ChangeLog rotatation and copyright year updateAlan Modra2015-01-021-1/+1
* gold/Cary Coutant2014-12-221-1/+2
* PowerPC gold, fix 32-bit branch address arithmeticAlan Modra2014-12-041-5/+6
* powerpc gold, work around pr17670Alan Modra2014-12-041-23/+31
* powerpc gold, fix pr17566Alan Modra2014-12-041-3/+17
* Retry powerpc gold stub grouping when groups prove too largeAlan Modra2014-11-261-132/+211
* [GOLD] PowerPC relaxation corner caseAlan Modra2014-11-261-0/+9
* PPC gold doesn't check for overflow properlyAlan Modra2014-11-211-4/+4
* PPC gold doesn't check for overflow properlyAlan Modra2014-11-201-37/+49
* Default powerpc64 to --plt-thread-safe for GoAlan Modra2014-11-201-0/+2
* [GOLD] Add gcc-4.9 libgomp symbols requiring --plt-thread-safe for power7Alan Modra2014-10-221-0/+6
* Fix internal error with LTO on ARM.Cary Coutant2014-07-081-3/+3
* Allow both signed and unsigned fields in PowerPC cmpli insnAlan Modra2014-06-071-8/+9
* Support fusion for ELFv2 stubsAlan Modra2014-06-031-6/+17
* Fix PowerPC64 ELFv2 icf_safe failuresAlan Modra2014-06-021-5/+15
* Fix "overflow in PLT unwind data" warningAlan Modra2014-05-151-2/+16
* With -pie and x86, the linker complains if it sees a PC-relative relocationSriraman Tallam2014-05-131-2/+4
* Better overflow checking for powerpc64 relocationsAlan Modra2014-03-081-18/+66
* Update copyright yearsAlan Modra2014-03-051-1/+1
* Support R_PPC64_ADDR64_LOCALAlan Modra2014-03-051-0/+10
* Fixes to powerpc64 gold ELFv2 supportAlan Modra2013-11-151-154/+315
* Remove powerpc.cc copy of use_plt_offsetAlan Modra2013-11-041-113/+31
* PowerPC64 ELFv2 support for gold.Alan Modra2013-10-301-133/+405
* Report overflow on PowerPC64 @h and @ha relocations.Alan Modra2013-10-301-39/+91