public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] libsanitizer: cherry-pick 791e0d1bc85d
@ 2022-06-29 13:29 Martin Liška
  0 siblings, 0 replies; only message in thread
From: Martin Liška @ 2022-06-29 13:29 UTC (permalink / raw)
  To: GCC Patches

Pushed as it's only cherry-pick that fixes the following
rpmlint issue:

libtsan2.s390x: E: executable-stack (Badness: 10000) /usr/lib64/libtsan.so.2.0.0

I'm going to take it also to gcc-12 branch.

Cheers,
Martin

791e0d1bc85d: [compiler-rt] Add NO_EXEC_STACK_DIRECTIVE on s390x
---
  libsanitizer/tsan/tsan_rtl_s390x.S | 2 ++
  1 file changed, 2 insertions(+)

diff --git a/libsanitizer/tsan/tsan_rtl_s390x.S b/libsanitizer/tsan/tsan_rtl_s390x.S
index fcff35fbc7e..2f445e8f1b2 100644
--- a/libsanitizer/tsan/tsan_rtl_s390x.S
+++ b/libsanitizer/tsan/tsan_rtl_s390x.S
@@ -45,3 +45,5 @@ intercept setjmp, _ZN14__interception11real_setjmpE
  intercept _setjmp, _ZN14__interception12real__setjmpE
  intercept sigsetjmp, _ZN14__interception14real_sigsetjmpE
  intercept __sigsetjmp, _ZN14__interception16real___sigsetjmpE
+
+NO_EXEC_STACK_DIRECTIVE
-- 
2.36.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-06-29 13:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-29 13:29 [PATCH] libsanitizer: cherry-pick 791e0d1bc85d Martin Liška

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).