aboutsummaryrefslogtreecommitdiff
path: root/gold/testsuite/Makefile.in
AgeCommit message (Expand)AuthorFilesLines
2016-08-10Fix extraneous complaints about missing expected TLS relocation.Cary Coutant1-2/+2
2016-07-26[Gold, aarch64] Implement some AArch64 relocs.Han Shen1-3/+16
2016-06-29Update "make clean" in gold/testsuite.Cary Coutant1-1/+1
2016-06-30[GOLD] Pass -Wl,-z to gcc, not plain -zAlan Modra1-2/+2
2016-06-29gold: Support 386 TLS code sequences without PLTH.J. Lu1-108/+347
2016-06-29gold: Support x86-64 TLS code sequences without PLTH.J. Lu1-111/+346
2016-06-29[GOLD] Disable copy_test_protected on powerpcAlan Modra1-111/+111
2016-06-28Implement the R_AARCH64_NONE relocation.Igor Kudrin1-9/+22
2016-06-28Convert indirect calls to direct when possible.Sriraman Tallam1-0/+20
2016-06-28Implement SORT_BY_INIT_PRIORITY.Igor Kudrin1-4/+17
2016-05-19Don't allow COPY relocations for protected symbols.Cary Coutant1-90/+104
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 Coutant1-0/+19
2016-03-20Fix problem where gold cannot build .eh_frame_hdr from ld -r output.Cary Coutant1-1/+12
2016-03-09Workaround a C++ bug in GCC 4.2 in gold testH.J. Lu1-3/+3
2016-03-08Remove checks for constructors that might have been eliminated by GCC.Cary Coutant1-1/+0
2016-03-08Fix Makefile so make clean removes overlooked files.Cary Coutant1-3/+12
2016-03-03Add new plugin hooks to support querying section alignment and size.Cary Coutant1-3/+20
2016-03-03get_symbols() plugin API tweak to support --start-lib/--end-lib.Evgenii Stepanov1-11/+45
2016-02-16Pass -mrelax-relocations=yes to $(TEST_AS)H.J. Lu1-4/+2
2016-02-15gold: Add s390 -fsplit-stack support.Marcin Kościelnicki1-6/+179
2016-02-06Fix overflow checking for 32-bit pc-relative relocations on x32.Cary Coutant1-5/+22
2016-02-05Add some relocation overflow checks for x86_64.Cary Coutant1-15/+44
2016-02-05Overhaul relocation framework to support overflow checking.Cary Coutant1-7/+27
2015-10-20Feed right input object to x86_64_mov_to_lea1[12]H.J. Lu1-2/+2
2015-08-18Fix symbol versioning problems in PR 18703.Cary Coutant1-2/+10
2015-07-22Don't compare symbol addresses directlyH.J. Lu1-6/+10
2015-07-20Clear SHF_COMPRESSED flag bit from input to outputH.J. Lu1-6/+22
2015-07-20Remove warning about references from shared objects to hidden symbols.Yiran Wang1-0/+3
2015-07-14Make default compression gABI compliantH.J. Lu1-2/+2
2015-07-12Extend --compress-debug-sections in goldH.J. Lu1-1/+139
2015-07-12Add SHF_COMPRESSED section decompression to goldH.J. Lu1-0/+28
2015-06-11Fix broken gold/testsuite/script_test_12 in some setup.Jing Yu1-0/+4
2015-06-03Fix gold to group sections correctly via linker script.Cary Coutant1-1/+43
2015-06-02PR 17819: Fix --build-id=tree when using --compress-debug-sections.Cary Coutant1-1/+31
2015-04-27If a range is missing, assume the input address is mapped.Rafael Ávila de Espíndola1-5/+29
2015-04-23Add option --weak-unresolved-symbols to treat unresolved symbols as weak ref.Sriraman Tallam1-3/+40
2015-04-09Allow gold to resolve defined TLS symbols in a PIE link.Cary Coutant1-145/+301
2015-04-01Regenerate configure in goldH.J. Lu1-270/+330
2015-03-21PR gold/18048: Fix INCLUDE directive support for goldCary Coutant1-2/+16
2015-03-11Fix gold incremental test failures.Cary Coutant1-18/+18
2015-02-16Fix --dynamic-list so that symbols not in the list are still exported.Cary Coutant1-1/+1
2015-02-09Replace two_file_shared_2.so with two_file_shared_1.soH.J. Lu1-1/+1
2015-02-09Gold testsuite make cleanAlan Modra1-3/+5
2015-02-03Fix a file descriptor leak in gold.Cary Coutant1-46/+79
2015-01-06Handle stack split for x32H.J. Lu1-9/+46
2014-12-03Compile pie_copyrelocs_test.cc with -fno-exceptions -fno-asynchronous-unwind-...H.J. Lu1-5/+19
2014-09-23Fix race condition causing assert in Eh_frame_hdr::do_sized_write().Cary Coutant1-4/+2
2014-09-18A a testcase for common symbol handling with plugins.Rafael Ávila de Espíndola1-13/+42
2014-07-08Fix --defsym to copy symbol attributes.Cary Coutant1-3/+16