about summary refs log tree commit diff
path: root/linuxthreads/ChangeLog
diff options
context:
space:
mode:
authorGeoff Keating <geoffk@cygnus.com>2001-05-17 19:47:46 +0000
committerGeoff Keating <geoffk@cygnus.com>2001-05-17 19:47:46 +0000
commit0e47171f2fc20c3d93410ae5828033658154fd6a (patch)
tree53089acfe0d6220d16173d1119debb7bc7ec775b /linuxthreads/ChangeLog
parent33bdaa2c051c08ff8ae93d31fe9b05362cb35689 (diff)
downloadglibc-0e47171f2fc20c3d93410ae5828033658154fd6a.tar.gz
glibc-0e47171f2fc20c3d93410ae5828033658154fd6a.tar.xz
glibc-0e47171f2fc20c3d93410ae5828033658154fd6a.zip
* sysdeps/powerpc/pt-machine.h
(HAS_COMPARE_AND_SWAP_WITH_RELEASE_SEMANTICS): Define. 
(__compare_and_swap): Remove memory barriers. 
(__compare_and_swap_with_release_semantics): New function.
2001-05-09  Geoff Keating  <geoffk@redhat.com>

	* sysdeps/powerpc/pt-machine.h 
	(HAS_COMPARE_AND_SWAP_WITH_RELEASE_SEMANTICS): Define.
	(__compare_and_swap): Remove memory barriers.
	(__compare_and_swap_with_release_semantics): New function.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r--linuxthreads/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog
index 371bd4b8f5..d746ee31dd 100644
--- a/linuxthreads/ChangeLog
+++ b/linuxthreads/ChangeLog
@@ -1,3 +1,10 @@
+2001-05-09  Geoff Keating  <geoffk@redhat.com>
+
+	* sysdeps/powerpc/pt-machine.h 
+	(HAS_COMPARE_AND_SWAP_WITH_RELEASE_SEMANTICS): Define.
+	(__compare_and_swap): Remove memory barriers.
+	(__compare_and_swap_with_release_semantics): New function.
+
 2001-04-24  Andreas Jaeger  <aj@suse.de>
 
 	* wrapsyscall.c: send* and recv* return ssize_t.