Fix potential crashes when Target::make_symbol() returns NULL.
[deliverable/binutils-gdb.git] / gold / testsuite /
2016-07-27  Alan ModraFix aarch64_relocs.sh file mode
2016-07-26  Han Shen[Gold, aarch64] Implement some AArch64 relocs.
2016-06-30  Cary CoutantFix gold testsuite failure with GCC 6.
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] Modify script_test_12
2016-06-28  Alan Modra[GOLD] alignment test
2016-06-28  Alan Modra[GOLD] Disable copy_test_protected on powerpc
2016-06-28  Cary CoutantFix execute permission on gold/testsuite/script_test_14.sh.
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-06-23  Cary CoutantFix bug with grouping sections.
2016-06-13  H.J. LuAdd .got.plt to testsuite/script_test_2.t
2016-05-19  Cary CoutantDon't allow COPY relocations for protected symbols.
2016-04-15  H.J. LuRegenerate Makefile.in/aclocal.m4 automake 1.11.6
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-04  H.J. LuAdd missing ChangeLog entries for commit 82838
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.
2016-01-12  Cary CoutantRefactor gold to enable support for MIPS-64 relocation...
2016-01-01  Alan ModraCopyright update for binutils
2015-12-09  Alan Modra[GOLD] Relocate::relocate() params
2015-10-28  Marcin KościelnickiAdd __attribute__((__aligned__(1))) to unaligned symbol...
2015-10-28  Marcin KościelnickiMake debug_msg.sh more open-minded about line numbers...
2015-10-28  Marcin KościelnickiAdd s390 backend.
2015-10-28  Marcin KościelnickiSupport 64-bit entry size in SHT_HASH (for s390).
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-26  Doug KwanMake arm_unaligned_reloc test less sensitive to disasse...
2015-07-22  H.J. LuDon't compare symbol addresses directly
2015-07-22  H.J. LuMark global with hidden attribute
2015-07-20  H.J. LuUpdate testsuite/pr18689.sh for older GCC
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-07-06  Doug KwanAlign text section ends so that stub tables appears...
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-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-09  Cary CoutantImprove ODR checking in gold.
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
2015-01-01  Alan ModraChangeLog rotatation and copyright year update
2014-12-20  H.J. LuChange SometimesInlineFunction to "return i * i * 3;"
2014-12-03  H.J. LuCompile pie_copyrelocs_test.cc with -fno-exceptions...
2014-10-29  Han ShenMisc about gold for aarch64 backend.
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-08-06  Alan ModraModify new gold test to pass on powerpc64le
2014-07-09  Cary CoutantFix --defsym to copy symbol attributes.
2014-06-03  Alan ModraFix gold plugin_test failures on PowerPC64 ELFv2
2014-05-30  Cary CoutantFix testsuite to use newly-built linker for ehdr_start_...
2014-05-13  Sriraman TallamWith -pie and x86, the linker complains if it sees...
2014-05-13  Sriraman TallamOptimizing accesses to Globals with -fpie -pie:
2014-05-02  Cary CoutantFix handling of __ehdr_start when it cannot be defined.
2014-04-02  Cary CoutantModify gold testsuite to disable plugins added by GCC...
2014-03-05  Alan ModraUpdate copyright years
2014-02-07  Cary CoutantFix problem where -u is ignored when a weak undef is...
2014-02-06  Cary CoutantFix problems with the --dynamic-list option.
2014-01-28  Cary CoutantAdd .gdb_index version 7 support.
2013-11-22  Cary CoutantUse in-tree assembler for exception_x86_64_bnd_test.
2013-11-18  H.J. LuAdd R_X86_64_PC32_BND/R_X86_64_PLT32_BND suppor to...
2013-10-11  Roland McGrathRevert inappropriate portions of last change.
2013-10-11  Roland McGrathgold/
2013-10-11  Roland McGrathgold/
2013-10-11  Roland McGrathgold/
2013-10-07  Cary Coutantgold/
2013-07-30  Cary Coutant gold/
2013-06-14  Cary Coutantgold/
2013-06-06  Cary Coutantgold/
2013-06-05  Cary Coutant2013-06-05 Alexander Ivchenko <alexander.ivchenko...
2013-05-30  Cary Coutant2013-05-30 Alexander Ivchenko <alexander.ivchenko...
2013-05-21  Cary Coutantgold/
2013-05-21  Cary Coutantgold/
next
This page took 0.160658 seconds and 7 git commands to generate.