This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]