diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-08-03 07:29:27 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-08-03 07:29:27 +0000 |
commit | 139a4d957a49107e0528e60913f3eb565c691da3 (patch) | |
tree | 0d37efcd9c246629ad935e631efb83006eed6faf /linuxthreads/ChangeLog | |
parent | aaf688e85f11a2e6d2fc7b9afbf81e15e146f766 (diff) | |
download | glibc-139a4d957a49107e0528e60913f3eb565c691da3.tar.gz glibc-139a4d957a49107e0528e60913f3eb565c691da3.tar.xz glibc-139a4d957a49107e0528e60913f3eb565c691da3.zip |
Update.
2000-08-03 Ulrich Drepper <drepper@redhat.com> * iconvdata/big5.c: Updated. Patch by Tung-Han Hsieh <thhsieh@twcpro.phys.ntu.edu.tw>.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r-- | linuxthreads/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 65816bb8b0..e80114f174 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,18 @@ +2000-08-03 Ulrich Drepper <drepper@redhat.com> + + * pthread.c: Move definition of __pthread_set_own_extricate_if... + * spinlock.h: ...here. Remove locking. + * internals.h: Remove __pthread_set_own_extricate_if prototype. + + * rwlock.c: Use THREAD_GETMEM And THREAD_SETMEM. + (rwlock_rd_extricate_func): Don't determine self, let + __pthread_lock do it. + (rwlock_wr_extricate_func): Likewise. + (rwlock_have_already): Optimize *pself handling a bit. + + * mutex.c: Use __builtin_expect. + * pthread.c: Likewise. + 2000-08-02 Andreas Jaeger <aj@suse.de> * linuxthreads/sysdeps/s390/pspinlock.c: New file. |