diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-02-24 04:57:56 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-02-24 04:57:56 +0000 |
commit | b6a0a99693379a0ceb9146bf3c38eb313b977e4c (patch) | |
tree | 7a96d234a537b8fc0e67a812191df5b06c9db7b9 /linuxthreads/ChangeLog | |
parent | 6370466d5af09a31feb376353bf0ac307774b1bf (diff) | |
download | glibc-b6a0a99693379a0ceb9146bf3c38eb313b977e4c.tar glibc-b6a0a99693379a0ceb9146bf3c38eb313b977e4c.tar.gz glibc-b6a0a99693379a0ceb9146bf3c38eb313b977e4c.tar.bz2 glibc-b6a0a99693379a0ceb9146bf3c38eb313b977e4c.zip |
Update.
* attr.c (pthread_getattr_np): Don't take thread descriptor size
into account if USE_TLS.
* manager.c (pthread_handle_create): Free TLS data structures if call
failed. Pass correct stack to clone if USE_TLS.
* sysdeps/i386/pt-machine.h: Handle multiple inclusion.
* sysdeps/i386/i686/pt-machine.h: Likewise.
* sysdeps/i386/tls.h: Unconditionally include <pt-machine.h>.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r-- | linuxthreads/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 2fc0a623d1..961ddf118b 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,5 +1,13 @@ 2002-02-23 Ulrich Drepper <drepper@redhat.com> + * attr.c (pthread_getattr_np): Don't take thread descriptor size + into account if USE_TLS. + * manager.c (pthread_handle_create): Free TLS data structures if call + failed. Pass correct stack to clone if USE_TLS. + * sysdeps/i386/pt-machine.h: Handle multiple inclusion. + * sysdeps/i386/i686/pt-machine.h: Likewise. + * sysdeps/i386/tls.h: Unconditionally include <pt-machine.h>. + * descr.h (struct _pthread_descr_struct): Update p_header for TLS. Add p_stackaddr element #if USE_TLS. * internals.c: Include <tls.h>. |