CVS commit: src/lib/libc/dlfcn

2018-07-13 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Jul 13 19:49:47 UTC 2018 Modified Files: src/lib/libc/dlfcn: dlfcn_elf.c Log Message: Compute relocbase correctly for static PIE. AT_BASE is not usable in this case. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.

CVS commit: src/lib/libc/dlfcn

2011-03-12 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Mar 12 21:55:10 UTC 2011 Modified Files: src/lib/libc/dlfcn: dlfcn_elf.c Log Message: Avoid a dependency issue between pthread TLS by using simple atomic initialisation, possibly running the initialisation loop more than once.