diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-04-11 03:00:52 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-04-11 03:00:52 +0000 |
commit | 07bccb46708982ee080a3a57033df6ad392b82a5 (patch) | |
tree | 7e9cb44d00bd3a21aa1f2922dbe1beee6b5d4279 /linuxthreads/ChangeLog | |
parent | 671ab00dcc3eaa263ab225ac26e7fc6b7677b3d0 (diff) | |
download | glibc-07bccb46708982ee080a3a57033df6ad392b82a5.tar glibc-07bccb46708982ee080a3a57033df6ad392b82a5.tar.gz glibc-07bccb46708982ee080a3a57033df6ad392b82a5.tar.bz2 glibc-07bccb46708982ee080a3a57033df6ad392b82a5.zip |
Update.
2000-4-10 kaz Kojima <kkojima@rr.iij4u.or.jp>
* sysdeps/sh/stackinfo.h: New file.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r-- | linuxthreads/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 917ab715f1..805e837af5 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,10 @@ +2001-04-10 kaz Kojima <kkojima@rr.iij4u.or.jp> + + * sysdeps/sh/pspinlock.c (__pthread_spin_lock): Fix a reverse + test. + (__pthread_spin_trylock): Likewise. + * sysdeps/sh/pt-machine.h (testandset): Likewise. + 2001-04-10 Ulrich Drepper <drepper@redhat.com> * join.c (pthread_exit): Move code to new function __pthread_do_exit |