summaryrefslogtreecommitdiff
path: root/elf/dl-open.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-01-28 00:50:31 +0000
committerUlrich Drepper <drepper@redhat.com>2003-01-28 00:50:31 +0000
commit809cd222384f058b6e59b08016ac5e1dbcf27711 (patch)
tree1c7e1b7ebe11b25e145b58252c287f49a01ac29b /elf/dl-open.c
parentb7e033f7be24bc4f2019f949b74f99ed862810d3 (diff)
Update.
* elf/dl-reloc.c (CHECK_STATIC_TLS): Improve error message. * elf/dl-open.c (_dl_tls_static_size): Bump to 2048.
Diffstat (limited to 'elf/dl-open.c')
-rw-r--r--elf/dl-open.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/dl-open.c b/elf/dl-open.c
index 8e0c3c2929..aadd8f55f6 100644
--- a/elf/dl-open.c
+++ b/elf/dl-open.c
@@ -37,7 +37,7 @@
#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 = 576;
+size_t _dl_tls_static_size = 2048;
#endif
extern ElfW(Addr) _dl_sysdep_start (void **start_argptr,