summaryrefslogtreecommitdiff
path: root/gold/testsuite/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* Fix extraneous complaints about missing expected TLS relocation (i386).Cary Coutant2016-08-231-6/+6
* Fix extraneous complaints about missing expected TLS relocation.Cary Coutant2016-08-101-2/+2
* Update "make clean" in gold/testsuite.Cary Coutant2016-06-291-1/+1
* [GOLD] Pass -Wl,-z to gcc, not plain -zAlan Modra2016-06-301-2/+2
* gold: Support 386 TLS code sequences without PLTH.J. Lu2016-06-291-0/+49
* gold: Support x86-64 TLS code sequences without PLTH.J. Lu2016-06-291-0/+53
* [GOLD] Disable copy_test_protected on powerpcAlan Modra2016-06-291-0/+2
* Implement the R_AARCH64_NONE relocation.Igor Kudrin2016-06-281-0/+15
* Convert indirect calls to direct when possible.Sriraman Tallam2016-06-281-0/+19
* Implement SORT_BY_INIT_PRIORITY.Igor Kudrin2016-06-281-0/+11
* Don't allow COPY relocations for protected symbols.Cary Coutant2016-05-191-0/+12
* Fix problem where gold fails to issue an undefined symbol error during LTO.Cary Coutant2016-03-211-0/+19
* Fix problem where gold cannot build .eh_frame_hdr from ld -r output.Cary Coutant2016-03-201-0/+10
* Workaround a C++ bug in GCC 4.2 in gold testH.J. Lu2016-03-091-3/+3
* Remove checks for constructors that might have been eliminated by GCC.Cary Coutant2016-03-081-1/+0
* Fix Makefile so make clean removes overlooked files.Cary Coutant2016-03-081-2/+8
* Add new plugin hooks to support querying section alignment and size.Cary Coutant2016-03-031-0/+15
* get_symbols() plugin API tweak to support --start-lib/--end-lib.Evgenii Stepanov2016-03-031-0/+16
* Pass -mrelax-relocations=yes to $(TEST_AS)H.J. Lu2016-02-161-4/+2
* gold: Add s390 -fsplit-stack support.Marcin Kościelnicki2016-02-151-0/+174
* Fix overflow checking for 32-bit pc-relative relocations on x32.Cary Coutant2016-02-061-2/+18
* Add some relocation overflow checks for x86_64.Cary Coutant2016-02-051-0/+14
* Overhaul relocation framework to support overflow checking.Cary Coutant2016-02-051-0/+5
* Feed right input object to x86_64_mov_to_lea1[12]H.J. Lu2015-10-201-2/+2
* Fix symbol versioning problems in PR 18703.Cary Coutant2015-08-181-0/+9
* Don't compare symbol addresses directlyH.J. Lu2015-07-221-4/+6
* Clear SHF_COMPRESSED flag bit from input to outputH.J. Lu2015-07-201-0/+16
* Remove warning about references from shared objects to hidden symbols.Yiran Wang2015-07-201-1/+3
* Make default compression gABI compliantH.J. Lu2015-07-141-2/+2
* Extend --compress-debug-sections in goldH.J. Lu2015-07-121-1/+82
* Add SHF_COMPRESSED section decompression to goldH.J. Lu2015-07-121-0/+25
* Fix broken gold/testsuite/script_test_12 in some setup.Jing Yu2015-06-111-0/+4
* Fix gold to group sections correctly via linker script.Cary Coutant2015-06-031-0/+9
* PR 17819: Fix --build-id=tree when using --compress-debug-sections.Cary Coutant2015-06-021-0/+8
* If a range is missing, assume the input address is mapped.Rafael Ávila de Espíndola2015-04-271-0/+8
* Add option --weak-unresolved-symbols to treat unresolved symbols as weak ref.Sriraman Tallam2015-04-231-0/+5
* Allow gold to resolve defined TLS symbols in a PIE link.Cary Coutant2015-04-091-0/+5
* [Gold,x86_64] Convert mov foo@GOTPCREL(%rip), %reg to lea foo(%rip), %regIlya Tocar2015-04-061-0/+91
* Convert mov foo@GOT(%reg), %reg to lea foo@GOTOFF(%reg), %regIlya Tocar2015-04-011-0/+56
* Regenerate configure in goldH.J. Lu2015-04-011-13/+6
* PR gold/18048: Fix INCLUDE directive support for goldCary Coutant2015-03-211-0/+13
* Fix gold incremental test failures.Cary Coutant2015-03-111-18/+18
* Fix --dynamic-list so that symbols not in the list are still exported.Cary Coutant2015-02-161-1/+1
* Replace two_file_shared_2.so with two_file_shared_1.soH.J. Lu2015-02-091-1/+1
* Gold testsuite make cleanAlan Modra2015-02-091-2/+3
* Fix a file descriptor leak in gold.Cary Coutant2015-02-031-38/+49
* Handle stack split for x32H.J. Lu2015-01-061-0/+37
* Compile pie_copyrelocs_test.cc with -fno-exceptions -fno-asynchronous-unwind-...H.J. Lu2014-12-031-0/+1
* Fix race condition causing assert in Eh_frame_hdr::do_sized_write().Cary Coutant2014-09-231-3/+2
* A a testcase for common symbol handling with plugins.Rafael Ávila de Espíndola2014-09-181-0/+11