(Ada) ravenscar-thread.c: remove unwanted trailing \n in call to warning
[external/binutils.git] / gold / testsuite /
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-04-27 Alan Modra[GOLD] testsuite/plugin_section_order.c fix
2017-02-15 Rahul ChaudhryImproved support for --icf=safe when used with -pie.
2017-01-24 Rahul ChaudhryAdd -e to test scripts where necessary.
2017-01-11 Cary CoutantFix compile errors with GCC 4.2.
2017-01-11 Cary CoutantFix test cases to work for i386.
2017-01-10 Alan Modra[GOLD] Fix tests for powerpc64
2017-01-02 Alan ModraUpdate year range in copyright notice of all files.
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 Alan Modra[GOLD] Allow for larger alignment in script_test_15
2016-12-12 Alan Modra[GOLD] Adjust testcase for PowerPC64
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 Alan ModraFix gold/testsuite/file_in_many_sections_test.sh file...
2016-12-05 Cary CoutantFix problem where absolute local symbols are omitted...
2016-10-21 Gergely NagyFix PR 17704.
2016-09-26 Vlad ZakharovWhen building target binaries, ensure that the warning...
2016-09-26 Alan Modra[GOLD] regen testsuite/Makefile.in
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-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.
next