diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-05-05 08:07:07 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-05-05 08:07:07 +0000 |
commit | c77ec56d0cd4ae44b03a9eebeeeaaf88850a892d (patch) | |
tree | 09dbb36a1f9c670d17006baf64f9c0a8faa6d804 /linuxthreads/ChangeLog | |
parent | c0282c0642e99b375ab14fd343aa537445cd72a4 (diff) | |
download | glibc-c77ec56d0cd4ae44b03a9eebeeeaaf88850a892d.tar glibc-c77ec56d0cd4ae44b03a9eebeeeaaf88850a892d.tar.gz glibc-c77ec56d0cd4ae44b03a9eebeeeaaf88850a892d.tar.bz2 glibc-c77ec56d0cd4ae44b03a9eebeeeaaf88850a892d.zip |
Update.
* elf/Makefile (distribute): Add dl-lookupcfg.h.
* sysdeps/ia64/Dist: New file.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r-- | linuxthreads/ChangeLog | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 6072abc81c..b4f33434b1 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,4 +1,14 @@ -2000-04-29 Bruno Haible <clisp.cons.org> +2000-05-05 Ulrich Drepper <drepper@redhat.com> + + * internals.h (struct _pthread_descr_struct): Reorganization. + Allocate room for 16 pointers at head of the structure for future + thread-local data handling. Move p_self member in this area. + * manager.c (pthread_handle_create): Adjust use of p_self. + * sysdeps/i386/useldt.h (THREAD_SELF): Likewise. + * pthread.c (__pthread_initial_thread): Adjust initialization. + (__pthread_manager_thread): Likewise. + +2000-04-29 Bruno Haible <haible@clisp.cons.org> * join.c (pthread_exit): Use THREAD_GETMEM_NC instead of THREAD_GETMEM for eventmask larger than 1 word. |