Re: CVS commit: src/lib/libc/tls

2019-11-22 Thread Takeshi Nakayama
>>> Joerg Sonnenberger wrote > > On Fri, Nov 22, 2019 at 08:53:25AM +0900, Takeshi Nakayama wrote: > > >>> Takeshi Nakayama wrote > > > > > >>> Joerg Sonnenberger wrote > > > > > > > On Thu, Nov 21, 2019 at 11:06:16PM +, Takeshi Nakayama wrote: > > > > > Module Name: src > > > > >

Re: CVS commit: src/lib/libc/tls

2019-11-22 Thread Joerg Sonnenberger
On Fri, Nov 22, 2019 at 08:53:25AM +0900, Takeshi Nakayama wrote: > >>> Takeshi Nakayama wrote > > > >>> Joerg Sonnenberger wrote > > > > > On Thu, Nov 21, 2019 at 11:06:16PM +, Takeshi Nakayama wrote: > > > > Module Name:src > > > > Committed By: nakayama > > > > Date: Thu

Re: CVS commit: src/lib/libc/tls

2019-11-21 Thread Takeshi Nakayama
>>> Takeshi Nakayama wrote > >>> Joerg Sonnenberger wrote > > > On Thu, Nov 21, 2019 at 11:06:16PM +, Takeshi Nakayama wrote: > > > Module Name: src > > > Committed By: nakayama > > > Date: Thu Nov 21 23:06:16 UTC 2019 > > > > > > Modified Files: > > >

Re: CVS commit: src/lib/libc/tls

2019-11-21 Thread Takeshi Nakayama
>>> Joerg Sonnenberger wrote > On Thu, Nov 21, 2019 at 11:06:16PM +, Takeshi Nakayama wrote: > > Module Name:src > > Committed By: nakayama > > Date: Thu Nov 21 23:06:16 UTC 2019 > > > > Modified Files: > > src/lib/libc/tls: tls.c > > > > Log Message: > >

Re: CVS commit: src/lib/libc/tls

2019-11-21 Thread Joerg Sonnenberger
On Thu, Nov 21, 2019 at 11:06:16PM +, Takeshi Nakayama wrote: > Module Name: src > Committed By: nakayama > Date: Thu Nov 21 23:06:16 UTC 2019 > > Modified Files: > src/lib/libc/tls: tls.c > > Log Message: > Fix PR/54074 and PR/54093 completely. > > More similar to the

CVS commit: src/lib/libc/tls

2019-11-21 Thread Takeshi Nakayama
Module Name:src Committed By: nakayama Date: Thu Nov 21 23:06:16 UTC 2019 Modified Files: src/lib/libc/tls: tls.c Log Message: Fix PR/54074 and PR/54093 completely. More similar to the ld.elf_so logic, it is necessary to align with p_align first. Also, invert the #ifdef

CVS commit: src/lib/libc/tls

2019-11-21 Thread Takeshi Nakayama
Module Name:src Committed By: nakayama Date: Thu Nov 21 23:06:16 UTC 2019 Modified Files: src/lib/libc/tls: tls.c Log Message: Fix PR/54074 and PR/54093 completely. More similar to the ld.elf_so logic, it is necessary to align with p_align first. Also, invert the #ifdef

CVS commit: src/lib/libc/tls

2019-11-07 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Nov 7 22:25:22 UTC 2019 Modified Files: src/lib/libc/tls: tls.c Log Message: Mirror the ld.elf_so logic for handling aligning the TLS size. Most noticable, recompute the start of the TLS area for variant I relative to the

CVS commit: src/lib/libc/tls

2019-11-07 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Nov 7 22:25:22 UTC 2019 Modified Files: src/lib/libc/tls: tls.c Log Message: Mirror the ld.elf_so logic for handling aligning the TLS size. Most noticable, recompute the start of the TLS area for variant I relative to the