about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2012-03-19 17:29:26 -0700
committerH.J. Lu <hjl.tools@gmail.com>2012-03-19 17:29:26 -0700
commit95443d88afbc732f39fa1d9d36b5adcea8606b54 (patch)
treedae4346bfd71b4bb4669395599c3a235fbba8213 /ChangeLog
parent24d8f4b7dc85b8f4c8907527ec92c9d2e5fdce7c (diff)
downloadglibc-95443d88afbc732f39fa1d9d36b5adcea8606b54.tar.gz
glibc-95443d88afbc732f39fa1d9d36b5adcea8606b54.tar.xz
glibc-95443d88afbc732f39fa1d9d36b5adcea8606b54.zip
Use atomic64_t with 64bit atomic macros
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bb13f6d36f..ae49456f7e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
 
+	* sysdeps/x86_64/bits/atomic.h
+	(__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
+	64bit integer.
+	(atomic_exchange_acq): Likewise.
+	(__arch_exchange_and_add_body): Likewise.
+	(__arch_add_body): Likewise.
+	(atomic_add_negative): Likewise.
+	(atomic_add_zero): Likewise.
+
+2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
+
 	* sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
 	(fenv_t): Check __x86_64__ instead of __WORDSIZE.