https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79341

Florian Weimer <fw at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fw at gcc dot gnu.org

--- Comment #16 from Florian Weimer <fw at gcc dot gnu.org> ---
__tls_get_addr_internal is a GLIBC_PRIVATE symbol.  There is no ABI stability
associated with it whatsoever.  If you want to use it, we need to properly
export it on the glibc side and make it part of the psABI.

Reply via email to