| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2015-04-17 | apply hidden visibility to tlsdesc accessor functions | Rich 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-19 | add arch-generic support for tlsdesc relocations to dynamic linker | Rich 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. | ||||
