diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-02-03 02:33:57 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-02-03 02:33:57 +0000 |
commit | 654a7a0c299f2f5beca8745a35efd4334f361140 (patch) | |
tree | db00461f51878d348765188ae420369d40a2cbb5 /linuxthreads/ChangeLog | |
parent | 5c1159b6a9303f5c9f93e8e048d52acc630c2a86 (diff) | |
download | glibc-654a7a0c299f2f5beca8745a35efd4334f361140.tar.gz glibc-654a7a0c299f2f5beca8745a35efd4334f361140.tar.xz glibc-654a7a0c299f2f5beca8745a35efd4334f361140.zip |
Update.
2002-02-02 Ulrich Drepper <drepper@redhat.com> * manual/examples/mkfsock.c (make_named_socket): Make sure name is always NUL-terminated. Patch by Chris D. Sloan <cds@cs.hmc.edu>.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r-- | linuxthreads/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index b0cdf63a8c..6f9c93687b 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,12 @@ +2002-02-01 H.J. Lu <hjl@gnu.org> + + * sysdeps/mips/pspinlock.c (__pthread_spin_lock): Use a + different register in the delayed slot. Use branch likely. + + * sysdeps/mips/pt-machine.h (testandset): Call _test_and_set. + (__compare_and_swap): Return 0 only when failed to compare. Use + branch likely. + 2002-02-01 Jakub Jelinek <jakub@redhat.com> * Versions (__libc_internal_tsd_get, __libc_internal_tsd_set, |