eliminate use of SHARED macro in __tls_get_addr
commit4aaf879eb08a22c501b43d8604e67614f7dbc55f
authorRich Felker <dalias@aerifal.cx>
Thu, 12 Nov 2015 00:43:56 +0000 (11 19:43 -0500)
committerRich Felker <dalias@aerifal.cx>
Thu, 12 Nov 2015 00:43:56 +0000 (11 19:43 -0500)
treec62e2d96feb6fbb5910a86b0eb963971e01edccf
parent8a8fdf6398b85c99dffb237e47fa577e2ddc9e77
eliminate use of SHARED macro in __tls_get_addr

this was only a tiny optimization, and static-linked binaries should
not be calling __tls_get_addr anyway since the linker is supposed to
perform relaxation, resulting in use of the local-exec TLS model.
src/thread/__tls_get_addr.c