about summary refs log tree commit diff
path: root/src/ldso/tlsdesc.c
Commit message (Collapse)AuthorAgeFilesLines
* 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.