aboutsummaryrefslogtreecommitdiff
path: root/gold/testsuite
AgeCommit message (Expand)AuthorFilesLines
2016-10-21Fix PR 17704.Gergely Nagy3-107/+162
2016-09-26When building target binaries, ensure that the warning flags selected for the...Vlad Zakharov1-0/+1
2016-09-26[GOLD] regen testsuite/Makefile.inAlan Modra1-5/+5
2016-09-02Handle ARM-specific --target1-abs, --target1-rel and --target2 optionsDoug Kwan9-3/+409
2016-08-17Fix extraneous complaints about missing expected TLS relocation (i386).Cary Coutant2-12/+12
2016-08-10Fix extraneous complaints about missing expected TLS relocation.Cary Coutant2-4/+4
2016-07-27Fix aarch64_relocs.sh file modeAlan Modra1-0/+0
2016-07-26[Gold, aarch64] Implement some AArch64 relocs.Han Shen5-3/+195
2016-06-29Fix gold testsuite failure with GCC 6.Cary Coutant1-1/+0
2016-06-29Update "make clean" in gold/testsuite.Cary Coutant2-2/+2
2016-06-30[GOLD] Pass -Wl,-z to gcc, not plain -zAlan Modra2-4/+4
2016-06-29gold: Support 386 TLS code sequences without PLTH.J. Lu6-108/+562
2016-06-29gold: Support x86-64 TLS code sequences without PLTH.J. Lu6-111/+528
2016-06-29[GOLD] Modify script_test_12Alan Modra2-4/+2
2016-06-29[GOLD] alignment testAlan Modra1-12/+12
2016-06-29[GOLD] Disable copy_test_protected on powerpcAlan Modra2-111/+113
2016-06-28Fix execute permission on gold/testsuite/script_test_14.sh.Cary Coutant1-0/+0
2016-06-28Implement the R_AARCH64_NONE relocation.Igor Kudrin4-9/+110
2016-06-28Convert indirect calls to direct when possible.Sriraman Tallam5-0/+91
2016-06-28Implement SORT_BY_INIT_PRIORITY.Igor Kudrin5-4/+201
2016-06-23Fix bug with grouping sections.Cary Coutant4-0/+4
2016-06-13Add .got.plt to testsuite/script_test_2.tH.J. Lu1-0/+1
2016-05-19Don't allow COPY relocations for protected symbols.Cary Coutant7-90/+202
2016-04-15Regenerate Makefile.in/aclocal.m4 automake 1.11.6H.J. Lu1-387/+432
2016-03-21Fix problem where gold fails to issue an undefined symbol error during LTO.Cary Coutant4-0/+124
2016-03-20Fix problem where gold cannot build .eh_frame_hdr from ld -r output.Cary Coutant5-2/+75
2016-03-09Workaround a C++ bug in GCC 4.2 in gold testH.J. Lu3-7/+7
2016-03-08Remove checks for constructors that might have been eliminated by GCC.Cary Coutant4-4/+0
2016-03-08Fix Makefile so make clean removes overlooked files.Cary Coutant2-5/+20
2016-03-04Add missing ChangeLog entries for commit 82838H.J. Lu1-0/+0
2016-03-03Add new plugin hooks to support querying section alignment and size.Cary Coutant5-3/+440
2016-03-03get_symbols() plugin API tweak to support --start-lib/--end-lib.Evgenii Stepanov6-15/+131
2016-02-16Pass -mrelax-relocations=yes to $(TEST_AS)H.J. Lu2-8/+4
2016-02-15gold: Add s390 -fsplit-stack support.Marcin Kościelnicki23-6/+1014
2016-02-06Fix overflow checking for 32-bit pc-relative relocations on x32.Cary Coutant4-8/+82
2016-02-05Add some relocation overflow checks for x86_64.Cary Coutant4-15/+115
2016-02-05Overhaul relocation framework to support overflow checking.Cary Coutant3-7/+171
2016-01-11Refactor gold to enable support for MIPS-64 relocation format.Cary Coutant1-0/+8
2016-01-01Copyright update for binutilsAlan Modra280-280/+280
2015-12-09[GOLD] Relocate::relocate() paramsAlan Modra1-1/+1
2015-10-28Add __attribute__((__aligned__(1))) to unaligned symbols from scripts (for s3...Marcin Kościelnicki4-14/+21
2015-10-28Make debug_msg.sh more open-minded about line numbers (needed for s390).Marcin Kościelnicki1-19/+19
2015-10-28Add s390 backend.Marcin Kościelnicki1-1/+1
2015-10-28Support 64-bit entry size in SHT_HASH (for s390).Marcin Kościelnicki1-1/+2
2015-10-20Feed right input object to x86_64_mov_to_lea1[12]H.J. Lu2-4/+4
2015-08-18Fix symbol versioning problems in PR 18703.Cary Coutant7-4/+102
2015-07-26Make arm_unaligned_reloc test less sensitive to disassembler output format.Doug Kwan2-14/+17
2015-07-22Don't compare symbol addresses directlyH.J. Lu8-25/+103
2015-07-22Mark global with hidden attributeH.J. Lu3-3/+3
2015-07-20Update testsuite/pr18689.sh for older GCCH.J. Lu1-1/+1