aboutsummaryrefslogtreecommitdiff
path: root/gold/testsuite/Makefile.in
AgeCommit message (Expand)AuthorFilesLines
2018-06-18Generated filesusers/simark/autotools-bumpSimon 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
2017-02-15Improved support for --icf=safe when used with -pie.Rahul Chaudhry1-0/+18
2016-12-27Place copy relocations in .dynbss when target is read-only.Cary Coutant1-6/+27
2016-12-22Add -z bndplt support (for Intel MPX).Cary Coutant1-5/+37
2016-12-22Fix placement of forced local symbols in the dynamic symbol table.Cary Coutant1-71/+80
2016-12-22Fix problem where version script causes predefined hidden symbol to be define...Cary Coutant1-3/+10
2016-12-20Update testsuite Makefile with missing dependencies.Cary Coutant1-33/+33
2016-12-19Fix an internal error in the constructor of Target_arm.Igor Kudrin1-2/+10
2016-12-19Fix forced allocation of common (-d) during -r links.Cary Coutant1-3/+26
2016-12-12When using linker scripts, place linker-generated sections by the output sect...Cary Coutant1-5/+17
2016-12-11Fix earlier ChangeLog entry to give Igor credit, add testcases.Igor Kudrin1-4/+12
2016-12-11Fix problems with bss handling in linker scripts.Cary Coutant1-3/+35
2016-12-05Fix problem where absolute local symbols are omitted when output has many sec...Cary Coutant1-9/+21
2016-10-21Fix PR 17704.Gergely Nagy1-107/+133
2016-09-26When building target binaries, ensure that the warning flags selected for the...Vlad Zakharov1-0/+1
2016-09-26[GOLD] regen testsuite/Makefile.inAlan Modra1-5/+5
2016-09-02Handle ARM-specific --target1-abs, --target1-rel and --target2 optionsDoug Kwan1-3/+66
2016-08-17Fix extraneous complaints about missing expected TLS relocation (i386).Cary Coutant1-6/+6
2016-08-10Fix extraneous complaints about missing expected TLS relocation.Cary Coutant1-2/+2
2016-07-26[Gold, aarch64] Implement some AArch64 relocs.Han Shen1-3/+16
2016-06-29Update "make clean" in gold/testsuite.Cary Coutant1-1/+1
2016-06-30[GOLD] Pass -Wl,-z to gcc, not plain -zAlan Modra1-2/+2
2016-06-29gold: Support 386 TLS code sequences without PLTH.J. Lu1-108/+347
2016-06-29gold: Support x86-64 TLS code sequences without PLTH.J. Lu1-111/+346
2016-06-29[GOLD] Disable copy_test_protected on powerpcAlan Modra1-111/+111
2016-06-28Implement the R_AARCH64_NONE relocation.Igor Kudrin1-9/+22
2016-06-28Convert indirect calls to direct when possible.Sriraman Tallam1-0/+20
2016-06-28Implement SORT_BY_INIT_PRIORITY.Igor Kudrin1-4/+17
2016-05-19Don't allow COPY relocations for protected symbols.Cary Coutant1-90/+104
2016-04-15Regenerate Makefile.in/aclocal.m4 automake 1.11.6H.J. Lu1-387/+432
2016-03-21Fix problem where gold fails to issue an undefined symbol error during LTO.Cary Coutant1-0/+19
2016-03-20Fix problem where gold cannot build .eh_frame_hdr from ld -r output.Cary Coutant1-1/+12
2016-03-09Workaround a C++ bug in GCC 4.2 in gold testH.J. Lu1-3/+3