Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | apply hidden visibility to tlsdesc accessor functions | Rich Felker | 2015-04-17 | 1 | -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 linker | Rich Felker | 2014-06-19 | 1 | -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. |