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.
Showing
想要评论请 注册 或 登录