diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-03-18 00:39:58 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-03-18 00:39:58 +0000 |
commit | 001bea714d6d942a3d67fcf7358f2f469f3c4e3a (patch) | |
tree | 278526c4fc91a545e6b8a00f4beec7eeb4a52c57 /nptl | |
parent | d632d5ce2b075cc7de1142ea45a136ac8224b4a7 (diff) | |
download | glibc-001bea714d6d942a3d67fcf7358f2f469f3c4e3a.tar glibc-001bea714d6d942a3d67fcf7358f2f469f3c4e3a.tar.gz glibc-001bea714d6d942a3d67fcf7358f2f469f3c4e3a.tar.bz2 glibc-001bea714d6d942a3d67fcf7358f2f469f3c4e3a.zip |
Update.
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.
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 7954468e41..05752eeec0 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -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>. |