apply hidden visibility to tlsdesc accessor functions
authorRich Felker <dalias@aerifal.cx>
Sat, 18 Apr 2015 03:29:45 +0000 (23:29 -0400)
committerRich Felker <dalias@aerifal.cx>
Sat, 18 Apr 2015 03:29:45 +0000 (23:29 -0400)
commit1b1cafa50c11d4c772a4f938b2feb7cbcc5f992a
tree882f21a0ceb9cc8744b0941a227381d91bdba70f
parentca7977b56fc126e933ced21321a24db5477e085b
apply hidden visibility to tlsdesc accessor functions

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.
src/ldso/aarch64/tlsdesc.s
src/ldso/dynlink.c
src/ldso/i386/tlsdesc.s
src/ldso/tlsdesc.c
src/ldso/x86_64/tlsdesc.s