summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChris Metcalf <cmetcalf@ezchip.com>2015-08-04 12:02:10 -0400
committerChris Metcalf <cmetcalf@ezchip.com>2015-08-04 12:07:53 -0400
commit0d261f406d7c8f70b4ad7ca7d9247da1db3dfb41 (patch)
tree690d97fa7ac0fb9a31b97085ae77c7063507db97 /ChangeLog
parentbbab82c25da9b504c0804119840de7aeab0eeeba (diff)
tilepro: fix warnings in sysdeps/tile/tilepro/bits/atomic.h
Using a ({ }) structure avoids the "value computed is not used" that a simple () structure causes.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3cf69712ad..17caaf3e91 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2015-08-04 Chris Metcalf <cmetcalf@ezchip.com>
+
+ * sysdeps/tile/tilepro/bits/atomic.h (__atomic_update):
+ Restructure macro to avoid "value computed is not used" warning.
+ (atomic_compare_and_exchange_val_acq): Likewise.
+
2015-08-04 Andreas Schwab <schwab@suse.de>
[BZ #18635]