[Bug sanitizer/68824] [6 Regression] libtsan is missing the __interceptor___tls_get_addr symbol without bumping the soname

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Dec 10 11:36:00 GMT 2015


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

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
What I wrote were some approaches how to make symbols that aren't part of the
libtsan.so.* ABI not exported from the library.
If __interceptor_* functions are part of the ABI, as seems to be the case from
what you wrote, then it is an ABI bug that it disappeared and it needs to be
readded.


More information about the Gcc-bugs mailing list