fix inconsistent visibility for internal __tls_get_new function
authorRich Felker <dalias@aerifal.cx>
Tue, 14 Apr 2015 14:42:44 +0000 (10:42 -0400)
committerRich Felker <dalias@aerifal.cx>
Tue, 14 Apr 2015 14:42:44 +0000 (10:42 -0400)
commitbc081f628b51337b525ca2d53aeff1b971f092f5
treec09ccb284057973bb978adbdfecbfcd2d655a227
parentda7ccf822c2a7f0413868b8d99029907f1d61a41
fix inconsistent visibility for internal __tls_get_new function

at the point of call it was declared hidden, but the definition was
not hidden. for some toolchains this inconsistency produced textrels
without ld-time binding.
src/ldso/dynlink.c
src/thread/__tls_get_addr.c