Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 23 Jul 2002 23:12:01 +0000 (23:12 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 23 Jul 2002 23:12:01 +0000 (23:12 +0000)
commit8a30f00fe8ea30054c2df183d34ef3ad8a522cc5
tree4b34500fac3e847c4f98bec8ca6c0ab96f7704ba
parentfcda29e2604e941cbe9a9eb30c56b8b8fa607836
Update.

2002-07-23  Ulrich Drepper  <drepper@redhat.com>

* sysdeps/generic/libc-tls.c: New file.
* csu/Makefile (routines): Add libc-tls.
(static-only-routines): Add libc-tls.
* elf/dl-support.c (_dl_phdr): New variable.
(_dl_phnum): New variable.
(_dl_aux_init): Initialize _dl_phdr and _dl_phnum from aux vector.
* sysdeps/generic/libc-start.c (__libc_start_main): Reorganize code
for !SHARED.  First look through auxiliary vector.  If TLS always
call __pthread_initialize_minimal.

* sysdeps/generic/dl-tls.c (_dl_allocate_tls): Make sure size argument
in mmap call is never zero.
ChangeLog
csu/Makefile
linuxthreads/ChangeLog
linuxthreads/Examples/tststatic.c [new file with mode: 0644]
linuxthreads/pthread.c
sysdeps/generic/dl-tls.c
sysdeps/generic/libc-start.c
sysdeps/generic/libc-tls.c [new file with mode: 0644]