aboutsummaryrefslogtreecommitdiff
path: root/gold/powerpc.cc
AgeCommit message (Expand)AuthorFilesLines
2016-10-06[GOLD] two more fall-through commentsAlan Modra1-0/+1
2016-10-06[GOLD] -Wimplicit-fallthrough warning fixesAlan Modra1-2/+13
2016-08-31[GOLD] Further tidy to powerpc can_add_to_stub_groupAlan Modra1-19/+20
2016-08-31[GOLD] Add debug output for powerpc section groupingAlan Modra1-0/+9
2016-08-30[GOLD] correct grouping of stubsAlan Modra1-33/+70
2016-08-28PR gold/20529 - relaxing loop never ends.Han Shen1-3/+24
2016-02-04Fix "PowerPC64 ELFv2 entry code" for big-endianAlan Modra1-1/+1
2016-02-02PowerPC64 ELFv2 entry codeAlan Modra1-0/+1
2016-01-11Refactor gold to enable support for MIPS-64 relocation format.Cary Coutant1-22/+85
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-12-11Pass relocations to Target::do_calls_non_split.Cary Coutant1-1/+5
2015-12-09[GOLD] PowerPC style fixAlan Modra1-22/+27
2015-12-09[GOLD] Edit PowerPC64 ELFv2 function entry codeAlan Modra1-2/+66
2015-12-09[GOLD] Relocate::relocate() paramsAlan Modra1-12/+9
2015-12-07[GOLD] R_PPC64_ENTRY supportAlan Modra1-0/+47
2015-11-25[GOLD] Align PowerPC64 GOTAlan Modra1-1/+4
2015-11-19[GOLD] PowerPC TOC16 and GOT16 relocs are relativeAlan Modra1-2/+1
2015-11-11Add assembler, disassembler and linker support for power9.Peter Bergner1-5/+64
2015-11-09Remove unnecessary target dependencies on relocation format.Cary Coutant1-1/+4
2015-10-28Support 64-bit entry size in SHT_HASH (for s390).Marcin Kościelnicki1-4/+8
2015-09-02[GOLD] ppc64 out-of-line register save/restore functionsAlan Modra1-17/+69
2015-08-20gold --emit-relocsAlan Modra1-2/+4
2015-05-16[GOLD] Add PowerPC64 -fsplit-stack supportAlan Modra1-2/+120
2015-05-02Change Section_id type to use Relobj* instead of Object*.Cary Coutant1-6/+6
2015-04-28Tidy PowerPC gold find_global_entry usesAlan Modra1-17/+25
2015-04-28PowerPC gold assertion on missing global entry stubAlan Modra1-3/+6
2015-04-17Use LIFO instead of FIFO to implement gc's transitive closure.Rafael Ávila de Espíndola1-2/+3
2015-03-24PR18147, relocation overflow when --unresolved-symbols=ignore-allAlan Modra1-1/+1
2015-02-24PowerPC64 GOLD: complain on misaligned _DS relocsAlan Modra1-3/+4
2015-02-18Fix gold error: hidden symbol '...' is not defined locallyAlan Modra1-0/+1
2015-01-29Correct GOLD PowerPC64 local-dynamic TLS linker optimizationAlan Modra1-6/+10
2015-01-22[GOLD] Correct powerpc64 ifunc plt entry testAlan Modra1-4/+4
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-12-22gold/Cary Coutant1-1/+2
2014-12-04PowerPC gold, fix 32-bit branch address arithmeticAlan Modra1-5/+6
2014-12-04powerpc gold, work around pr17670Alan Modra1-23/+31
2014-12-04powerpc gold, fix pr17566Alan Modra1-3/+17
2014-11-26Retry powerpc gold stub grouping when groups prove too largeAlan Modra1-132/+211
2014-11-26[GOLD] PowerPC relaxation corner caseAlan Modra1-0/+9
2014-11-21PPC gold doesn't check for overflow properlyAlan Modra1-4/+4
2014-11-20PPC gold doesn't check for overflow properlyAlan Modra1-37/+49
2014-11-20Default powerpc64 to --plt-thread-safe for GoAlan Modra1-0/+2
2014-10-22[GOLD] Add gcc-4.9 libgomp symbols requiring --plt-thread-safe for power7Alan Modra1-0/+6
2014-07-08Fix internal error with LTO on ARM.Cary Coutant1-3/+3
2014-06-07Allow both signed and unsigned fields in PowerPC cmpli insnAlan Modra1-8/+9
2014-06-03Support fusion for ELFv2 stubsAlan Modra1-6/+17
2014-06-02Fix PowerPC64 ELFv2 icf_safe failuresAlan Modra1-5/+15
2014-05-15Fix "overflow in PLT unwind data" warningAlan Modra1-2/+16
2014-05-13With -pie and x86, the linker complains if it sees a PC-relative relocationSriraman Tallam1-2/+4
2014-03-08Better overflow checking for powerpc64 relocationsAlan Modra1-18/+66