https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79341
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.ostapenko at samsung dot com --- Comment #15 from Jakub Jelinek <jakub at gcc dot gnu.org> --- (In reply to Dominik Vogt from comment #13) > The opinion of whoever added the S390 code to > sanitizer_common_interceptors.inc ("chefmax") might help? Maxim has just merged the code from upstream. compiler-rt svn says: 273041 koriakin #else // SANITIZER_S390 273041 koriakin // On s390, we have to intercept two functions here: 273041 koriakin // - __tls_get_addr_internal, which is a glibc-internal function that is like 273041 koriakin // the usual __tls_get_addr, but returns a TP-relative offset instead of ... We would need to ask upstream. That said, the usual resolution upstream is that they are only interested in latest OSes, compatibility for older releases is sometimes just a low priority, but often actively unwanted there.