about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-08-25 23:27:17 +0000
committerUlrich Drepper <drepper@redhat.com>2004-08-25 23:27:17 +0000
commitafb24a108318abce40c78113c0ba26aea3b65f90 (patch)
tree029d30881d2ef8df77b5a32b213f5129d706b6b6 /ChangeLog
parent8e64f8ba4e49662a1ab79e5921c1a3bfb73d888e (diff)
downloadglibc-afb24a108318abce40c78113c0ba26aea3b65f90.tar.gz
glibc-afb24a108318abce40c78113c0ba26aea3b65f90.tar.xz
glibc-afb24a108318abce40c78113c0ba26aea3b65f90.zip
Update.
	* sysdeps/powerpc/powerpc64/bits/atomic.h
	(__arch_compare_and_exchange_bool_32_acq): Fix case where oldval
	is negative.
	(__arch_compare_and_exchange_bool_32_rel): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 06fab9ec36..9d40ef3fc7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,11 @@
 
 2004-08-25  Ulrich Drepper  <drepper@redhat.com>
 
+	* sysdeps/powerpc/powerpc64/bits/atomic.h
+	(__arch_compare_and_exchange_bool_32_acq): Fix case where oldval
+	is negative.
+	(__arch_compare_and_exchange_bool_32_rel): Likewise.
+
 	* nscd/connections.c: Make socket nonblocking so that threads
 	don't get stuck on accept.  Fix locking.