summaryrefslogtreecommitdiff
path: root/gold/testsuite/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* gold: Add s390 -fsplit-stack support.users/mwk/s390-gold-ssMarcin Kościelnicki2016-02-121-6/+179
* Fix overflow checking for 32-bit pc-relative relocations on x32.Cary Coutant2016-02-061-5/+22
* Add some relocation overflow checks for x86_64.Cary Coutant2016-02-051-15/+44
* Overhaul relocation framework to support overflow checking.Cary Coutant2016-02-051-7/+27
* 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-2/+10
* Don't compare symbol addresses directlyH.J. Lu2015-07-221-6/+10
* Clear SHF_COMPRESSED flag bit from input to outputH.J. Lu2015-07-201-6/+22
* Remove warning about references from shared objects to hidden symbols.Yiran Wang2015-07-201-0/+3
* Make default compression gABI compliantH.J. Lu2015-07-141-2/+2
* Extend --compress-debug-sections in goldH.J. Lu2015-07-121-1/+139
* Add SHF_COMPRESSED section decompression to goldH.J. Lu2015-07-121-0/+28
* 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-1/+43
* PR 17819: Fix --build-id=tree when using --compress-debug-sections.Cary Coutant2015-06-021-1/+31
* If a range is missing, assume the input address is mapped.Rafael Ávila de Espíndola2015-04-271-5/+29
* Add option --weak-unresolved-symbols to treat unresolved symbols as weak ref.Sriraman Tallam2015-04-231-3/+40
* Allow gold to resolve defined TLS symbols in a PIE link.Cary Coutant2015-04-091-145/+301
* Regenerate configure in goldH.J. Lu2015-04-011-270/+330
* PR gold/18048: Fix INCLUDE directive support for goldCary Coutant2015-03-211-2/+16
* 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-3/+5
* Fix a file descriptor leak in gold.Cary Coutant2015-02-031-46/+79
* Handle stack split for x32H.J. Lu2015-01-061-9/+46
* Compile pie_copyrelocs_test.cc with -fno-exceptions -fno-asynchronous-unwind-...H.J. Lu2014-12-031-5/+19
* Fix race condition causing assert in Eh_frame_hdr::do_sized_write().Cary Coutant2014-09-231-4/+2
* A a testcase for common symbol handling with plugins.Rafael Ávila de Espíndola2014-09-181-13/+42
* Fix --defsym to copy symbol attributes.Cary Coutant2014-07-081-3/+16
* Fix testsuite to use newly-built linker for ehdr_start_test_4, and fixCary Coutant2014-05-301-1/+1
* With -pie and x86, the linker complains if it sees a PC-relative relocationSriraman Tallam2014-05-131-10/+32
* Fix handling of __ehdr_start when it cannot be defined.Cary Coutant2014-05-021-26/+199
* Modify gold testsuite to disable plugins added by GCC driver.Cary Coutant2014-04-021-4/+10
* Fix problem where -u is ignored when a weak undef is seen.Cary Coutant2014-02-061-3/+27
* Fix problems with the --dynamic-list option.Cary Coutant2014-02-051-3/+44
* Use in-tree assembler for exception_x86_64_bnd_test.Cary Coutant2013-11-221-2/+2
* Add R_X86_64_PC32_BND/R_X86_64_PLT32_BND suppor to goldH.J. Lu2013-11-181-2/+25
* Revert inappropriate portions of last change.Roland McGrath2013-10-111-17/+17
* gold/Roland McGrath2013-10-111-31/+31
* gold/Roland McGrath2013-10-111-14/+15
* gold/Cary Coutant2013-10-071-14/+12
* gold/Cary Coutant2013-06-141-81/+117
* 2013-06-05 Alexander Ivchenko <alexander.ivchenko@intel.com>Cary Coutant2013-06-051-6/+33
* 2013-05-30 Alexander Ivchenko <alexander.ivchenko@intel.com>Cary Coutant2013-05-301-0/+11
* gold/Cary Coutant2013-05-211-7/+23
* gold/Cary Coutant2013-05-131-7/+4
* 2013-04-29 Alexander Ivchenko <alexander.ivchenko@intel.com>Cary Coutant2013-04-291-0/+13
* gold/Cary Coutant2013-04-151-3/+30
* * powerpc.cc (is_branch_reloc): Forward declare.Alan Modra2013-03-121-16/+27