aboutsummaryrefslogtreecommitdiff
path: root/gold/powerpc.cc
AgeCommit message (Expand)AuthorFilesLines
2017-02-22PowerPC ld segfault on script discarding dynamic sectionsAlan Modra1-5/+9
2017-02-03[GOLD] PowerPC64 TOC indirect to TOC relative segfaultAlan Modra1-0/+6
2017-01-13Gold: Fix build with GCC 4.2H.J. Lu1-1/+1
2017-01-11[GOLD] PowerPC64 TOC indirect to TOC relative code editingAlan Modra1-44/+517
2017-01-10[GOLD] Add --secure-plt option for ppc32Alan Modra1-0/+38
2017-01-09[GOLD] Set sh_info of .rela.plt for powerpcAlan Modra1-0/+3
2017-01-07[GOLD] powerpc.cc tidiesAlan Modra1-38/+28
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-12-08[GOLD] Don't assert in powerpc stub_tableAlan Modra1-2/+2
2016-12-07[GOLD] PowerPC --stub-group-multiAlan Modra1-19/+30
2016-12-07[GOLD] powerpc64le-linux fails to link large Linux kernelAlan Modra1-76/+51
2016-12-07[GOLD] PowerPC stub debugAlan Modra1-11/+27
2016-12-01Fix internal error when relaxing branches to STT_SECTION symbols.Cary Coutant1-0/+2
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