summaryrefslogtreecommitdiff
path: root/src/ldso/tlsdesc.c
AgeCommit message (Collapse)AuthorLines
2015-04-17apply hidden visibility to tlsdesc accessor functionsRich Felker-0/+3
these functions are never called directly; only their addresses are used, so PLT indirections should never happen unless a broken application tries to redefine them, but it's still best to make them hidden.
2014-06-19add arch-generic support for tlsdesc relocations to dynamic linkerRich Felker-0/+13
this code is non-functional without further changes to link up the arch-specific reloc types for tlsdesc and add asm implementations of __tlsdesc_static and __tlsdesc_dynamic.