summaryrefslogtreecommitdiff
path: root/linuxthreads/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r--linuxthreads/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog
index c832816779..fa1c8b0f5d 100644
--- a/linuxthreads/ChangeLog
+++ b/linuxthreads/ChangeLog
@@ -1,3 +1,11 @@
+2002-06-20 Ulrich Drepper <drepper@redhat.com>
+
+ * spinlock.c (wait_node_alloc): We cannot use compare-and-exchange.
+ Unconditionally use the code using spinlock. Use __pthread_release
+ to free a spinlock.
+ (wait_node_free): Likewise.
+ (__pthread_acquire, __pthread_release): Unconditionally define.
+
2002-06-07 Jakub Jelinek <jakub@redhat.com>
* sysdeps/ia64/pt-machine.h (MEMORY_BARRIER): Fix typo.