gold/
[binutils-gdb.git] / gold / ChangeLog
index ed8105d0229fa1304e2dde8f1c9948c56fdfd7a4..ecb2bd56e612a3d206aa69204939add0b456bb60 100644 (file)
@@ -1,3 +1,22 @@
+2013-10-11  Roland McGrath  <mcgrathr@google.com>
+
+       * gold-threads.h (Once): Conditionalize member was_run_lock_ on
+       [ENABLE_THREADS && __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4], matching
+       its only use.
+       * gold-threads.cc (Once::Once): Likewise conditionalize initializer.
+
+       * archive.h: Use struct rather than class for forward declaration
+       of Read_symbols_data.
+
+2013-10-07  Cary Coutant  <ccoutant@google.com>
+
+       PR gold/16010
+       * testsuite/Makefile.am (icf_test): Fix dependencies.
+       (icf_safe_test): Likewise.
+       (icf_safe_so_test): Likewise.
+       (large_symbol_alignment): Add empty _LDADD rule.
+       * testsuite/Makefile.in: Regenerate.
+
 2013-09-03  Pavel Chupin  <pavel.v.chupin@intel.com>
 
        PR gold/15927