Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl3/gcc/dist/libsanitizer/tsan Undo local patch ad...
details: https://anonhg.NetBSD.org/src/rev/5ab0502352a3
branches: trunk
changeset: 954976:5ab0502352a3
user: kamil <kamil%NetBSD.org@localhost>
date: Mon Sep 14 14:56:43 2020 +0000
description:
Undo local patch adding GNU-stack
This is unneeded on NetBSD.
diffstat:
external/gpl3/gcc/dist/libsanitizer/tsan/tsan_rtl_amd64.S | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 92a0dcd1d7c6 -r 5ab0502352a3 external/gpl3/gcc/dist/libsanitizer/tsan/tsan_rtl_amd64.S
--- a/external/gpl3/gcc/dist/libsanitizer/tsan/tsan_rtl_amd64.S Mon Sep 14 14:33:01 2020 +0000
+++ b/external/gpl3/gcc/dist/libsanitizer/tsan/tsan_rtl_amd64.S Mon Sep 14 14:56:43 2020 +0000
@@ -397,7 +397,7 @@
ASM_SIZE(ASM_SYMBOL_INTERCEPTOR(__sigsetjmp))
#endif // !defined(__APPLE__) && !defined(__NetBSD__)
-#if defined(__FreeBSD__) || defined(__linux__) || defined(__NetBSD__)
+#if defined(__FreeBSD__) || defined(__linux__)
/* We do not need executable stack. */
/* This note is not needed on NetBSD. */
.section .note.GNU-stack,"",@progbits
Home |
Main Index |
Thread Index |
Old Index