aboutsummaryrefslogtreecommitdiff
path: root/gold/testsuite/Makefile.in
AgeCommit message (Expand)AuthorFilesLines
2022-08-04Add gold support for --package-metadata option.Luca Boccassi1-12/+40
2022-01-23Regenerate Makefile.in files with automake 1.15.1H.J. Lu1-1/+0
2022-01-22Change version number to 2.38.50 and regenerate filesNick Clifton1-0/+1
2020-12-14Keep input SHF_GNU_RETAIN sections and strip output SHF_GNU_RETAIN for GNU/Fr...Cary Coutant1-3/+23
2020-12-13Re-enable incremental tests that were failing with GCC 9+.Cary Coutant1-51/+50
2020-12-03[GOLD] PR26936 testAlan Modra1-4/+4
2020-11-29gold: Convert x86-64 GOTPCRELX only if addend == -4H.J. Lu1-0/+16
2020-11-29gold: Get linkonce/comdate sections for debugging sectionsH.J. Lu1-3/+30
2020-11-03gold: ensure file_counts_lock is initialized before usingNick Gasson1-188/+218
2020-10-13gold: Skip some incremental testsH.J. Lu1-63/+65
2020-10-13gold: Discard .note.gnu.property sectionH.J. Lu1-1/+1
2020-10-13gold: Properly align the NT_GNU_PROPERTY_TYPE_0 noteH.J. Lu1-2/+2
2020-07-03Re: Change readelf's display of symbol namesAlan Modra1-1/+1
2020-06-16Use CXXCOMPILE in gold/testsuite/Makefile for c++ testcasesAlan Modra1-3/+3
2020-05-02gold: Compile common tests with -fcommonH.J. Lu1-2/+21
2020-05-01gold: x86-64: Fix TLSDESC relaxation for x32H.J. Lu1-3/+3
2020-05-01gold: x86-64: Fix TLSDESC -> LE relaxationH.J. Lu1-0/+17
2019-09-18Re-generate many configure and Makefile.in filesSimon Marchi1-1/+0
2019-05-11Fix problem with ICF where diffs in EH frame info is ignored.Joshua Oreman1-1/+18
2019-02-19Check whether symbols with MOVW_.ABS relocations require PLT entries (aarch64).Egeyar Bagcioglu1-44/+77
2018-12-18[GOLD] Tweak keep_text_section_prefix test for PowerPC64 ELFv1Alan Modra1-1/+1
2018-11-26[GOLD] justsyms_exec test fail on powerpc64Alan Modra1-1/+1
2018-11-08Make gold testsuite work with CC and CXX specifying -BAlan Modra1-437/+404
2018-11-02[GOLD] make cleanAlan Modra1-3/+5
2018-07-14Fix internal error when using --emit-relocs with plugins.Cary Coutant1-1/+1
2018-07-14Fix problem causing duplicated linker-generated symbols with versions.Cary Coutant1-2/+17
2018-06-22Update support for .note.gnu.property sections.Cary Coutant1-2/+2
2018-06-22Add support for .note.gnu.property sections.Cary Coutant1-36/+57
2018-06-21Fix treatment of symbol versions with unused as-needed libraries.Cary Coutant1-2/+26
2018-06-20Fix problem where gold does not create base version for executables.Cary Coutant1-2/+14
2018-06-19Replace thread config with automatic config using ax_pthread.m4.Cary Coutant1-350/+88
2018-06-19Remove *.stderr when "make clean".Cary Coutant1-1/+1
2018-06-19Bump to autoconf 2.69 and automake 1.15.1Simon Marchi1-1104/+3206
2018-04-24Fix internal error caused by conflicting default version definitions.Cary Coutant1-2/+20
2018-04-02Fix problem where mixed section types can cause internal error during a -r link.Cary Coutant1-2/+31
2018-03-28Use top-level config support for enabling plugins.Cary Coutant1-0/+1
2018-03-26Fix case where IR file provides symbol visibility but replacement file does not.Cary Coutant1-3/+25
2018-03-07New option -z,keep-text-section prefix.Sriraman Tallam1-0/+14
2018-02-22New plugin interface to get list of symbols wrapped with --wrap option.Sriraman Tallam1-7/+41
2018-02-15Fix symbol resolution with linker plugins for defsym symbols.Sriraman Tallam1-7/+41
2017-12-11Add plugin API for processing plugin-added input filesStephen Crane1-0/+18
2017-12-01Disallow --incremental with -pie and force -no-pie for incremental tests.Cary Coutant1-18/+18
2017-12-01Fix incremental linking failure with GCC 7+.Cary Coutant1-2/+2
2017-12-01Fix internal error from command line with unbalanced --start-lib/--end-lib.Benjamin Peterson1-10/+17
2017-11-08Fix problems with -r.James Clarke1-42/+64
2017-10-20New gold linker option -z,text-unlikely-segment.Sriraman Tallam1-0/+11
2017-10-19Implement BE8 support for ARM.Umesh Kalappa1-0/+32
2017-09-20Check for export dynamic symbol options when doing symbol resolution in plugins.Teresa Johnson1-14/+49
2017-08-28Fix bad offset calculation for R_AARCH64_TLSDESC_* relocs.Igor Kudrin1-3/+14
2017-05-12Fix misplacement of a relaxed section on AArch64.Igor Kudrin1-3/+14