diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-11-15 07:26:22 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-11-15 07:26:22 +0000 |
commit | fcae3b76f63626b0e587f8e3b40191136e36041b (patch) | |
tree | 0363ab3496c90bdb8b11e3dd220f22cd73f83777 /elf | |
parent | 2461e3dc09008fecc21fb5d23b9d76da2640e3f3 (diff) | |
download | glibc-fcae3b76f63626b0e587f8e3b40191136e36041b.tar.gz glibc-fcae3b76f63626b0e587f8e3b40191136e36041b.tar.xz glibc-fcae3b76f63626b0e587f8e3b40191136e36041b.zip |
* elf/dl-open.c [!SHARED]: Remove _dl_tls_static_size definition. cvs/fedora-glibc-20051115T0809
* sysdeps/generic/libc-tls.c: Initialize _dl_tls_static_size here.
Diffstat (limited to 'elf')
-rw-r--r-- | elf/dl-open.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/elf/dl-open.c b/elf/dl-open.c index 984f4a4ec6..930400c420 100644 --- a/elf/dl-open.c +++ b/elf/dl-open.c @@ -35,12 +35,6 @@ #include <dl-dst.h> -#ifndef SHARED -/* Giving this initialized value preallocates some surplus bytes in the - static TLS area, see __libc_setup_tls (libc-tls.c). */ -size_t _dl_tls_static_size = 2048; -#endif - extern ElfW(Addr) _dl_sysdep_start (void **start_argptr, void (*dl_main) (const ElfW(Phdr) *phdr, ElfW(Word) phnum, |