about summary refs log tree commit diff
path: root/src/ldso/tlsdesc.c
Commit message (Collapse)AuthorAgeFilesLines
* apply hidden visibility to tlsdesc accessor functionsRich Felker2015-04-171-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.
* add arch-generic support for tlsdesc relocations to dynamic linkerRich Felker2014-06-191-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.