Use CXXCOMPILE in gold/testsuite/Makefile for c++ testcases
[binutils-gdb.git] / gold / testsuite / Makefile.am
2020-06-16 Alan ModraUse CXXCOMPILE in gold/testsuite/Makefile for c++ testcases
2020-05-02 H.J. Lugold: Compile common tests with -fcommon
2020-05-01 H.J. Lugold: x86-64: Fix TLSDESC relaxation for x32
2020-05-01 H.J. Lugold: x86-64: Fix TLSDESC -> LE relaxation
2019-05-10 Joshua OremanFix problem with ICF where diffs in EH frame info is...
2019-02-20 Egeyar BagciogluCheck whether symbols with MOVW_.ABS relocations requir...
2018-12-18 Alan Modra[GOLD] Tweak keep_text_section_prefix test for PowerPC6...
2018-11-26 Alan Modra[GOLD] justsyms_exec test fail on powerpc64
2018-11-08 Alan ModraMake gold testsuite work with CC and CXX specifying -B
2018-11-02 Alan Modra[GOLD] make clean
2018-07-14 Cary CoutantFix internal error when using --emit-relocs with plugins.
2018-07-14 Cary CoutantFix problem causing duplicated linker-generated symbols...
2018-06-23 Cary CoutantUpdate support for .note.gnu.property sections.
2018-06-22 Cary CoutantAdd support for .note.gnu.property sections.
2018-06-21 Cary CoutantFix treatment of symbol versions with unused as-needed...
2018-06-20 Cary CoutantFix problem where gold does not create base version...
2018-06-20 Cary CoutantReplace thread config with automatic config using ax_pt...
2018-06-20 Cary CoutantRemove *.stderr when "make clean".
2018-04-24 Cary CoutantFix internal error caused by conflicting default versio...
2018-04-03 Cary CoutantFix problem where mixed section types can cause interna...
2018-03-26 Cary CoutantFix case where IR file provides symbol visibility but...
2018-03-07 Sriraman TallamNew option -z,keep-text-section prefix.
2018-02-22 Sriraman TallamNew plugin interface to get list of symbols wrapped...
2018-02-16 Sriraman TallamFix symbol resolution with linker plugins for defsym...
2017-12-11 Stephen CraneAdd plugin API for processing plugin-added input files
2017-12-02 Cary CoutantDisallow --incremental with -pie and force -no-pie...
2017-12-02 Cary CoutantFix incremental linking failure with GCC 7+.
2017-12-01 Benjamin PetersonFix internal error from command line with unbalanced...
2017-11-08 James ClarkeFix problems with -r.
2017-10-20 Sriraman TallamNew gold linker option -z,text-unlikely-segment.
2017-10-20 Umesh KalappaImplement BE8 support for ARM.
2017-09-20 Teresa JohnsonCheck for export dynamic symbol options when doing...
2017-08-28 Igor KudrinFix bad offset calculation for R_AARCH64_TLSDESC_*...
2017-05-12 Igor KudrinFix misplacement of a relaxed section on AArch64.
2017-02-15 Rahul ChaudhryImproved support for --icf=safe when used with -pie.
2016-12-28 Cary CoutantPlace copy relocations in .dynbss when target is read...
2016-12-23 Cary CoutantAdd -z bndplt support (for Intel MPX).
2016-12-23 Cary CoutantFix placement of forced local symbols in the dynamic...
2016-12-23 Cary CoutantFix problem where version script causes predefined...
2016-12-20 Cary CoutantUpdate testsuite Makefile with missing dependencies.
2016-12-19 Igor KudrinFix an internal error in the constructor of Target_arm.
2016-12-19 Cary CoutantFix forced allocation of common (-d) during -r links.
2016-12-13 Cary CoutantWhen using linker scripts, place linker-generated secti...
2016-12-12 Igor KudrinFix earlier ChangeLog entry to give Igor credit, add...
2016-12-12 Cary CoutantFix problems with bss handling in linker scripts.
2016-12-05 Cary CoutantFix problem where absolute local symbols are omitted...
2016-10-21 Gergely NagyFix PR 17704.
2016-09-02 Doug KwanHandle ARM-specific --target1-abs, --target1-rel and...
2016-08-17 Cary CoutantFix extraneous complaints about missing expected TLS...
2016-08-10 Cary CoutantFix extraneous complaints about missing expected TLS...
2016-07-26 Han Shen[Gold, aarch64] Implement some AArch64 relocs.
2016-06-30 Cary CoutantUpdate "make clean" in gold/testsuite.
2016-06-30 Alan Modra[GOLD] Pass -Wl,-z to gcc, not plain -z
2016-06-29 H.J. Lugold: Support 386 TLS code sequences without PLT
2016-06-29 H.J. Lugold: Support x86-64 TLS code sequences without PLT
2016-06-28 Alan Modra[GOLD] Disable copy_test_protected on powerpc
2016-06-28 Igor KudrinImplement the R_AARCH64_NONE relocation.
2016-06-28 Sriraman TallamConvert indirect calls to direct when possible.
2016-06-28 Igor KudrinImplement SORT_BY_INIT_PRIORITY.
2016-05-19 Cary CoutantDon't allow COPY relocations for protected symbols.
2016-03-22 Cary CoutantFix problem where gold fails to issue an undefined...
2016-03-21 Cary CoutantFix problem where gold cannot build .eh_frame_hdr from...
2016-03-09 H.J. LuWorkaround a C++ bug in GCC 4.2 in gold test
2016-03-09 Cary CoutantRemove checks for constructors that might have been...
2016-03-09 Cary CoutantFix Makefile so make clean removes overlooked files.
2016-03-03 Cary CoutantAdd new plugin hooks to support querying section alignm...
2016-03-03 Evgenii Stepanovget_symbols() plugin API tweak to support --start-lib...
2016-02-16 H.J. LuPass -mrelax-relocations=yes to $(TEST_AS)
2016-02-15 Marcin Kościelnickigold: Add s390 -fsplit-stack support.
2016-02-06 Cary CoutantFix overflow checking for 32-bit pc-relative relocation...
2016-02-05 Cary CoutantAdd some relocation overflow checks for x86_64.
2016-02-05 Cary CoutantOverhaul relocation framework to support overflow checking.
2015-10-20 H.J. LuFeed right input object to x86_64_mov_to_lea1[12]
2015-08-19 Cary CoutantFix symbol versioning problems in PR 18703.
2015-07-22 H.J. LuDon't compare symbol addresses directly
2015-07-20 H.J. LuClear SHF_COMPRESSED flag bit from input to output
2015-07-20 Yiran WangRemove warning about references from shared objects...
2015-07-14 H.J. LuMake default compression gABI compliant
2015-07-12 H.J. LuExtend --compress-debug-sections in gold
2015-07-12 H.J. LuAdd SHF_COMPRESSED section decompression to gold
2015-06-11 Jing YuFix broken gold/testsuite/script_test_12 in some setup.
2015-06-04 Cary CoutantFix gold to group sections correctly via linker script.
2015-06-02 Cary CoutantPR 17819: Fix --build-id=tree when using --compress...
2015-04-27 Rafael Ávila de... If a range is missing, assume the input address is...
2015-04-23 Sriraman TallamAdd option --weak-unresolved-symbols to treat unresolve...
2015-04-09 Cary CoutantAllow gold to resolve defined TLS symbols in a PIE...
2015-04-06 Ilya Tocar[Gold,x86_64] Convert mov foo@GOTPCREL(%rip), %reg...
2015-04-01 Ilya TocarConvert mov foo@GOT(%reg), %reg to lea foo@GOTOFF(...
2015-04-01 H.J. LuRegenerate configure in gold
2015-03-22 Cary CoutantPR gold/18048: Fix INCLUDE directive support for gold
2015-03-12 Cary CoutantFix gold incremental test failures.
2015-02-17 Cary CoutantFix --dynamic-list so that symbols not in the list...
2015-02-09 H.J. LuReplace two_file_shared_2.so with two_file_shared_1.so
2015-02-09 Alan ModraGold testsuite make clean
2015-02-04 Cary CoutantFix a file descriptor leak in gold.
2015-01-06 H.J. LuHandle stack split for x32
2014-12-03 H.J. LuCompile pie_copyrelocs_test.cc with -fno-exceptions...
2014-09-24 Cary CoutantFix race condition causing assert in Eh_frame_hdr:...
2014-09-18 Rafael Ávila de... A a testcase for common symbol handling with plugins.
2014-07-09 Cary CoutantFix --defsym to copy symbol attributes.
next