Re: [PATCH v2] elf: Change TLS static surplus default back to 1664

2020-07-20 Thread Florian Weimer
* Vineet Gupta via Libc-alpha: > Hi Florian, > > On 7/17/20 4:41 AM, Florian Weimer via Libc-alpha wrote: >> Make the computation in elf/dl-tls.c more transparent, and add >> an explicit test for the historic value. >> >> --- >> elf/Makefile | 4 +++- >> elf/dl-tls.c | 37

Re: [PATCH v2] elf: Change TLS static surplus default back to 1664

2020-07-18 Thread Vineet Gupta
Hi Florian, On 7/17/20 4:41 AM, Florian Weimer via Libc-alpha wrote: > Make the computation in elf/dl-tls.c more transparent, and add > an explicit test for the historic value. > > --- > elf/Makefile | 4 +++- > elf/dl-tls.c | 37 ++--- > elf/ts