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/78307] [7 Regression] missing symbols in libubsan without changing the soname


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

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Sure, it doesn't affect gcc emitted code unless somebody calls those directly,
but perhaps say llvm compiled code using the shared libubsan.so.  In any case,
we shouldn't be making ABI incompatible changes in the libraries.  So, either
we should bump soname, or preferably, if it is not that hard to readd those
symbols, just do that, so that people don't have to fight yet another changed
library.

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