aboutsummaryrefslogtreecommitdiff
path: root/gold/testsuite/Makefile.in
AgeCommit message (Expand)AuthorFilesLines
2024-06-20Revert "Remove LIBINTL_DEP"Alan Modra1-1/+2
2024-06-20Remove LIBINTL_DEPAlan Modra1-2/+1
2024-06-08gold: Properly remove the versioned symbolH.J. Lu1-0/+36
2024-01-05Enforce C++11 as a minimum for building gold [PR30867]Tamar Christina1-1/+4
2023-12-28Gold: Handle R_X86_64_CODE_4_GOTPC32_TLSDESC/R_X86_64_CODE_4_GOTTPOFFH.J. Lu1-0/+17
2023-11-15Finalized intl-update patchesArsen Arsenovi?1-0/+11
2022-12-15Re: ld, gold: remove support for -z bndplt (MPX prefix)Alan Modra1-118/+44
2022-11-10gold: add --compress-debug-sections=zstd [PR 29641]Fangrui Song1-154/+185
2022-11-10gold, dwp: support zstd compressed input debug sections [PR 29641]Fangrui Song1-60/+86
2022-09-28egrep in binutilsAlan Modra1-1/+1
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