mirror of
https://github.com/gcc-mirror/gcc.git
synced 2024-11-21 13:40:47 +00:00
2379cbb94b
When gcc is built with -mbranch-protection=standard, running sanitized programs doesn't work properly on bti enabled kernels. This has been fixed upstream with https://github.com/llvm/llvm-project/pull/84061 The following patch cherry picks that from upstream. For trunk we should eventually do a full merge from upstream, but I'm hoping they will first fix up the _BitInt libubsan support mess. 2024-09-05 Jakub Jelinek <jakub@redhat.com> * sanitizer_common/sanitizer_asm.h: Cherry-pick llvm-project revision 1c792d24e0a228ad49cc004a1c26bbd7cd87f030. * interception/interception.h: Likewise. |
||
---|---|---|
.. | ||
interception_linux.cpp | ||
interception_linux.h | ||
interception_mac.cpp | ||
interception_mac.h | ||
interception_type_test.cpp | ||
interception_win.cpp | ||
interception_win.h | ||
interception.h | ||
Makefile.am | ||
Makefile.in |