diff options
| author | Roland McGrath <roland@gnu.org> | 2013-10-11 21:03:28 +0000 |
|---|---|---|
| committer | Roland McGrath <roland@gnu.org> | 2013-10-11 21:03:28 +0000 |
| commit | 90e662ee9f84cdf57390334cd45c080fc3971133 (patch) | |
| tree | 5d14b48b17ce7aa7426eec652f3b65d7642025e2 /gold/ChangeLog | |
| parent | 3cb3230da2e4d522a61077dc0da7975382fa3dc2 (diff) | |
| download | ppe42-binutils-90e662ee9f84cdf57390334cd45c080fc3971133.tar.gz ppe42-binutils-90e662ee9f84cdf57390334cd45c080fc3971133.zip | |
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/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index c125319621..57fed66402 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. |

