diff options
Diffstat (limited to 'elf/dl-tls.c')
-rw-r--r-- | elf/dl-tls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/dl-tls.c b/elf/dl-tls.c index dbaea0aa91..1d8d2bdfc2 100644 --- a/elf/dl-tls.c +++ b/elf/dl-tls.c @@ -30,7 +30,7 @@ /* Amount of excess space to allocate in the static TLS area to allow dynamic loading of modules defining IE-model TLS data. */ -#define TLS_STATIC_SURPLUS 64 + DL_NNS * 100 +#define TLS_STATIC_SURPLUS 64 + DL_NNS * 100 + TLS_STATIC_EXTRA_SURPLUS /* Out-of-memory handler. */ |