diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-01-16 18:24:32 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-01-16 18:24:32 +0000 |
commit | 850dcfcafe6c1cc9e59763a882a25a2f0c2c4d68 (patch) | |
tree | 988a3b6a1130ece7cb796db6f01cb8d367dfbf80 /linuxthreads/ChangeLog | |
parent | a1f8ec97fdaf3e0636957bfc3861651869c60b40 (diff) | |
download | glibc-850dcfcafe6c1cc9e59763a882a25a2f0c2c4d68.tar glibc-850dcfcafe6c1cc9e59763a882a25a2f0c2c4d68.tar.gz glibc-850dcfcafe6c1cc9e59763a882a25a2f0c2c4d68.tar.bz2 glibc-850dcfcafe6c1cc9e59763a882a25a2f0c2c4d68.zip |
Update.
2003-01-16 Jakub Jelinek <jakub@redhat.com>
* elf/dl-load.c (_dl_map_object_from_fd): Use
GL(dl_tls_dtv_slotinfo_list) != NULL to check whether TLS has
been already initialized.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r-- | linuxthreads/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 6a844b928c..990ebb3bae 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,5 +1,11 @@ 2003-01-16 Jakub Jelinek <jakub@redhat.com> + * pthread.c (_pthread_initialize_minimal): Use + GL(dl_tls_dtv_slotinfo_list) != NULL to check whether TLS has + been already initialized. + +2003-01-16 Jakub Jelinek <jakub@redhat.com> + * sysdeps/i386/tls.h (INIT_SYSINFO): Initialize head->sysinfo even if not SHARED. |