mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
Update.
* elf/dl-reloc.c (CHECK_STATIC_TLS): Improve error message. * elf/dl-open.c (_dl_tls_static_size): Bump to 2048.
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user