gas: run the hwcaps-bump tests with 64-bit sparc objects only.
[deliverable/binutils-gdb.git] / gold / ChangeLog
index d791d2940f2f5be98fc3a1182faff7f9f52fde6d..b0ea313e88b85cd6861fa82dc6dd748585eb85cd 100644 (file)
@@ -1,3 +1,75 @@
+2016-11-22  Cary Coutant  <ccoutant@gmail.com>
+
+       PR gold/20346
+       * options.cc (One_option::print): Print "(default)" when appropriate.
+       * options.h: Clean up and re-sort options.
+       (One_option::is_default): New data member.
+       (One_option::One_option): Add is_default parameter; adjust all calls.
+       (DEFINE_var): Add is_default__ parameter; adjust all calls.
+       (DEFINE_bool): Set is_default based on default_value__.
+       (DEFINE_bool_ignore): New macro.
+       (--no-eh-frame-hdr): New option.
+       (--enable-new-dtags): Remove mention of DT_FLAGS.
+
+2016-11-22  Ambrogino Modigliani  <ambrogino.modigliani@gmail.com>
+
+        * configure: Regenerate.
+
+2016-11-21  Cary Coutant  <ccoutant@gmail.com>
+
+       PR gold/20693
+       * gold.cc (queue_middle_tasks): Force valid target earlier.
+
+2016-11-21  Igor Kudrin  <ikudrin@accesssoftek.com>
+
+       * layout.cc: Include windows.h and rpcdce.h (for MinGW32).
+       (Layout::create_build_id): Generate uuid using UuidCreate().
+
+2016-11-04  Loïc Yhuel <loic.yhuel@softathome.com>
+
+       * configure.ac: add missing '$'.
+       * configure: Regenerate.
+
+2016-10-21  Gergely Nagy  <ngg@tresorit.com>
+
+       PR gold/17704
+       * icf.cc (match_sections): Add new parameter section_addraligns.
+       Check section alignment and keep the section with the strictest
+       alignment.
+       (find_identical_sections): New local variable section_addraligns.
+       Store each section's alignment.
+       * testsuite/pr17704a_test.s: New file.
+       * testsuite/Makefile.am (pr17704a_test): New test.
+       * testsuite/Makefile.in: Regenerate.
+
+2016-10-06  Alan Modra  <amodra@gmail.com>
+
+       * powerpc.cc (Target_powerpc::Relocate::relocate): Add fall
+       through comment.
+       * tilegx.cc (Target_tilegx::Relocate::relocate): Likewise.
+
+2016-10-06  Alan Modra  <amodra@gmail.com>
+
+       * aarch64.cc: Spell fall through comments as "// Fall through.".
+       * arm.cc: Likewise.
+       * mips.cc: Likewise.
+       * powerpc.cc: Likewise.
+       * s390.cc: Likewise.
+       * sparc.cc: Likewise.
+       * x86_64.cc: Likewise.
+       * powerpc.cc (Target_powerpc::Relocate::relocate): Add missing
+       fall through comments.
+       * sparc.cc: (Target_sparc::Scan::global): Likewise.
+       (Target_sparc::Relocate::relocate): Likewise.
+       * tilegx.cc (Target_tilegx::Relocate::relocate): Likewise.
+       * resolve.cc (symbol_to_bits): Add missing break.
+
+2016-09-26  Cary Coutant  <ccoutant@gmail.com>
+
+       PR gold/20238
+       * symtab.cc (Symbol_table::define_default_version): Check that
+       unversioned symbol is defined.
+
 2016-09-26  Vlad Zakharov  <vzakhar@synopsys.com>
 
        * Makefile.in: Regenerate.
This page took 0.027569 seconds and 4 git commands to generate.