about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim@codesourcery.com>2012-08-13 19:31:00 -0700
committerMaxim Kuvyrkov <maxim@codesourcery.com>2012-08-13 19:31:00 -0700
commit51a9ba860ae3305d475f43f568e8fa51b8a53b6e (patch)
tree77e13975116d3ca0e7c98c2ec01a63a47988f221 /ChangeLog
parentcc184e11fe3d3624c0ff622e018abc608346a342 (diff)
downloadglibc-51a9ba860ae3305d475f43f568e8fa51b8a53b6e.tar.gz
glibc-51a9ba860ae3305d475f43f568e8fa51b8a53b6e.tar.xz
glibc-51a9ba860ae3305d475f43f568e8fa51b8a53b6e.zip
Add explicit acquire/release semantics to atomic_exchange_and_add.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0377ac9b03..2adf44c736 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
+
+        * include/atomic.h (atomic_exchange_and_add): Split into ...
+        (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
+        New atomic macros.
+
 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
 
 	* sysdeps/x86_64/fpu/libm-test-ulps: Update.