From 9b17bc94bc580d5893a9c93050bb3d8bf160e4ee Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 21 Jun 2002 05:32:43 +0000 Subject: Update. 2002-06-20 Ulrich Drepper * 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. --- linuxthreads/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'linuxthreads/ChangeLog') 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 + + * 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 * sysdeps/ia64/pt-machine.h (MEMORY_BARRIER): Fix typo. -- cgit v1.2.3