summaryrefslogtreecommitdiff
path: root/libexec/ld.elf_so/tls.c
AgeCommit message (Expand)Author
2023-06-07TLS variant I archs need to fudge the offset by the size of the TCB.joerg
2023-06-04Fix interactions of initial-exec TLS model and dlopenjoerg
2023-06-01ld.elf_so: Make tls alloc debug messages more detailed and greppable.riastradh
2023-05-31ld.elf_so: Sprinkle tls debug messages.riastradh
2023-02-10Alignment. NFCI.skrll
2019-11-05Use alignof and not size_t for platforms with non-natural basejoerg
2019-11-04PR 54093: Align static TLS area to max_align_t.joerg
2019-04-13Do not compile __tls_get_addr() into ldd(1), which fixes ldd(1) crashingrin
2017-07-13Fix two bugs related to promotion of DSO TLS blocks into the staticjoerg
2014-12-14fix powerpc TLS problems by removing the hacks for PPC EABI.chs
2013-10-21Only initialise TLS space from the PT_TLS segment, if the size isjoerg
2013-10-19Add debug code.skrll
2011-04-23Fix a Freudian slip found by rmindjoerg
2011-04-07Add a workaround for older crt0.o that overwrite r2 (tcb pointer).matt
2011-03-29Block signals when using the exclusive lock.joerg
2011-03-25Add basic locking to ld.elf_so.joerg
2011-03-12Add TLS support for PowerPC.matt
2011-03-10Fix prototype for __tls_get_addr. Add a generic implementation of itjoerg
2011-03-09Add TLS support infrastructure. For dynamic binaries, ld.elf_so exportsjoerg