summaryrefslogtreecommitdiff
path: root/gold/testsuite
Commit message (Expand)AuthorAgeFilesLines
* Fix bad offset calculation for R_AARCH64_TLSDESC_* relocs.Igor Kudrin2017-08-285-3/+153
* Fix misplacement of a relaxed section on AArch64.Igor Kudrin2017-05-124-3/+113
* [GOLD] testsuite/plugin_section_order.c fixAlan Modra2017-04-271-0/+1
* Improved support for --icf=safe when used with -pie.Rahul Chaudhry2017-02-153-0/+108
* Add -e to test scripts where necessary.Rahul Chaudhry2017-01-233-4/+8
* Fix compile errors with GCC 4.2.Cary Coutant2017-01-111-4/+10
* Fix test cases to work for i386.Cary Coutant2017-01-114-7/+7
* [GOLD] Fix tests for powerpc64Alan Modra2017-01-103-10/+45
* Update year range in copyright notice of all files.Alan Modra2017-01-02321-322/+321
* Place copy relocations in .dynbss when target is read-only.Cary Coutant2016-12-274-6/+108
* Add -z bndplt support (for Intel MPX).Cary Coutant2016-12-228-6/+256
* Fix placement of forced local symbols in the dynamic symbol table.Cary Coutant2016-12-223-71/+114
* Fix problem where version script causes predefined hidden symbol to be define...Cary Coutant2016-12-223-3/+47
* Update testsuite Makefile with missing dependencies.Cary Coutant2016-12-202-66/+66
* Fix an internal error in the constructor of Target_arm.Igor Kudrin2016-12-194-2/+21
* Fix forced allocation of common (-d) during -r links.Cary Coutant2016-12-193-3/+67
* When using linker scripts, place linker-generated sections by the output sect...Cary Coutant2016-12-125-5/+78
* [GOLD] Allow for larger alignment in script_test_15Alan Modra2016-12-133-3/+3
* [GOLD] Adjust testcase for PowerPC64Alan Modra2016-12-131-0/+1
* Fix earlier ChangeLog entry to give Igor credit, add testcases.Igor Kudrin2016-12-115-4/+69
* Fix problems with bss handling in linker scripts.Cary Coutant2016-12-1110-13/+335
* Fix gold/testsuite/file_in_many_sections_test.sh file modeAlan Modra2016-12-061-0/+0
* Fix problem where absolute local symbols are omitted when output has many sec...Cary Coutant2016-12-054-9/+96
* Fix PR 17704.Gergely Nagy2016-10-213-107/+162
* When building target binaries, ensure that the warning flags selected for the...Vlad Zakharov2016-09-261-0/+1
* [GOLD] regen testsuite/Makefile.inAlan Modra2016-09-261-5/+5
* Handle ARM-specific --target1-abs, --target1-rel and --target2 optionsDoug Kwan2016-09-029-3/+409
* Fix extraneous complaints about missing expected TLS relocation (i386).Cary Coutant2016-08-172-12/+12
* Fix extraneous complaints about missing expected TLS relocation.Cary Coutant2016-08-102-4/+4
* Fix aarch64_relocs.sh file modeAlan Modra2016-07-271-0/+0
* [Gold, aarch64] Implement some AArch64 relocs.Han Shen2016-07-265-3/+195
* Fix gold testsuite failure with GCC 6.Cary Coutant2016-06-291-1/+0
* Update "make clean" in gold/testsuite.Cary Coutant2016-06-292-2/+2
* [GOLD] Pass -Wl,-z to gcc, not plain -zAlan Modra2016-06-302-4/+4
* gold: Support 386 TLS code sequences without PLTH.J. Lu2016-06-296-108/+562
* gold: Support x86-64 TLS code sequences without PLTH.J. Lu2016-06-296-111/+528
* [GOLD] Modify script_test_12Alan Modra2016-06-292-4/+2
* [GOLD] alignment testAlan Modra2016-06-291-12/+12
* [GOLD] Disable copy_test_protected on powerpcAlan Modra2016-06-292-111/+113
* Fix execute permission on gold/testsuite/script_test_14.sh.Cary Coutant2016-06-281-0/+0
* Implement the R_AARCH64_NONE relocation.Igor Kudrin2016-06-284-9/+110
* Convert indirect calls to direct when possible.Sriraman Tallam2016-06-285-0/+91
* Implement SORT_BY_INIT_PRIORITY.Igor Kudrin2016-06-285-4/+201
* Fix bug with grouping sections.Cary Coutant2016-06-234-0/+4
* Add .got.plt to testsuite/script_test_2.tH.J. Lu2016-06-131-0/+1
* Don't allow COPY relocations for protected symbols.Cary Coutant2016-05-197-90/+202
* Regenerate Makefile.in/aclocal.m4 automake 1.11.6H.J. Lu2016-04-151-387/+432
* Fix problem where gold fails to issue an undefined symbol error during LTO.Cary Coutant2016-03-214-0/+124
* Fix problem where gold cannot build .eh_frame_hdr from ld -r output.Cary Coutant2016-03-205-2/+75
* Workaround a C++ bug in GCC 4.2 in gold testH.J. Lu2016-03-093-7/+7