]> sourceware.org Git - glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 18 Mar 2003 00:39:58 +0000 (00:39 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 18 Mar 2003 00:39:58 +0000 (00:39 +0000)
2003-03-17  Ulrich Drepper  <drepper@redhat.com>

* sysdeps/ia64/bits/atomic.h: Add __builtin_expect where appropriate.
* sysdeps/ia64/pthread_spin_unlock.c (pthread_spin_unlock): Use
__sync_lock_release_si.
Patch by Jakub Jelinek.

* sysdeps/unix/sysv/linux/lowlevellock.c (__lll_timedlock_wait):
Fix timeout handling.
(__lll_timedwait_tid): Likewise.
(lll_unlock_wake_cb): Wake up other waiters if necessary.
Patch by Jakub Jelinek.

* sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Pretty printing.

nptl/ChangeLog

index 7954468e417596e05006925a782b9b9fc8597053..05752eeec01dee6bd0fbe5b08787a5b62b0999fe 100644 (file)
@@ -1,3 +1,18 @@
+2003-03-17  Ulrich Drepper  <drepper@redhat.com>
+
+       * sysdeps/ia64/bits/atomic.h: Add __builtin_expect where appropriate.
+       * sysdeps/ia64/pthread_spin_unlock.c (pthread_spin_unlock): Use
+       __sync_lock_release_si.
+       Patch by Jakub Jelinek.
+
+       * sysdeps/unix/sysv/linux/lowlevellock.c (__lll_timedlock_wait):
+       Fix timeout handling.
+       (__lll_timedwait_tid): Likewise.
+       (lll_unlock_wake_cb): Wake up other waiters if necessary.
+       Patch by Jakub Jelinek.
+
+       * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Pretty printing.
+
 2003-03-17  Roland McGrath  <roland@redhat.com>
 
        PowerPC port contributed by Paul Mackerras <paulus@samba.org>.
This page took 1.910256 seconds and 5 git commands to generate.