diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-09-17 06:02:48 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-09-17 06:02:48 +0000 |
commit | bd6d3b7dadf39f8afbbb5736614c378aa970f5c3 (patch) | |
tree | c162ed4ceabd0c8bdfc1dc8136168a9a8964ffaf /nptl/ChangeLog | |
parent | 4cd3633d1acf8861ace92260f07893e6fdd173e9 (diff) | |
download | glibc-bd6d3b7dadf39f8afbbb5736614c378aa970f5c3.tar glibc-bd6d3b7dadf39f8afbbb5736614c378aa970f5c3.tar.gz glibc-bd6d3b7dadf39f8afbbb5736614c378aa970f5c3.tar.bz2 glibc-bd6d3b7dadf39f8afbbb5736614c378aa970f5c3.zip |
* sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: For PI
mutexes wake all mutexes.
* sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Don't increment
WAKEUP_SEQ if this would increase the value beyond TOTAL_SEQ.
* sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 6c7fd49b85..656dfe3f3e 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,11 @@ +2006-09-12 Kaz Kojima <kkojima@rr.iij4u.or.jp> + + * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: For PI + mutexes wake all mutexes. + * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Don't increment + WAKEUP_SEQ if this would increase the value beyond TOTAL_SEQ. + * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise. + 2006-09-12 Ulrich Drepper <drepper@redhat.com> * tst-cond22.c (tf): Slight changes to the pthread_cond_wait use @@ -12,7 +20,7 @@ * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Likewise. * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: Likewise. * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Likewise. - + 2006-09-08 Ulrich Drepper <drepper@redhat.com> [BZ #3123] |