aboutsummaryrefslogtreecommitdiff
path: root/gold/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2013-10-11 21:02:43 +0000
committerRoland McGrath <roland@gnu.org>2013-10-11 21:02:43 +0000
commit39d9ead7fb50de3049b68021ff70bc558636ab53 (patch)
treea81611e4ff36eb21f125555402ad6b56774be0dc /gold/ChangeLog
parent9772d0748349e397f5b6564af529da10bc139751 (diff)
downloadgdb-39d9ead7fb50de3049b68021ff70bc558636ab53.zip
gdb-39d9ead7fb50de3049b68021ff70bc558636ab53.tar.gz
gdb-39d9ead7fb50de3049b68021ff70bc558636ab53.tar.bz2
gold/
* 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.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r--gold/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog
index 9949b98..ecb2bd5 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,5 +1,10 @@
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.