[Bug other/79341] Many Asan tests fail on s390
fw at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Feb 3 10:56:00 GMT 2017
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.
More information about the Gcc-bugs
mailing list