Undo local patch adding GNU-stack

This is unneeded on NetBSD.
This commit is contained in:
kamil 2020-09-14 14:56:43 +00:00
parent 1dee2ebd2c
commit 0d08acfb76

View File

@ -397,7 +397,7 @@ ASM_SYMBOL_INTERCEPTOR(__sigsetjmp):
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