X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/0923a413958b0e778a3f059c76355ab58e5be414..2618bd209e634178082d699979540eb29490ce72:/base/asm-common.h diff --git a/base/asm-common.h b/base/asm-common.h index 22bb44d6..f4c4f6e3 100644 --- a/base/asm-common.h +++ b/base/asm-common.h @@ -1056,7 +1056,7 @@ name: # define SIZE_OBJ(name) #endif -#if __ELF__ && defined(WANT_EXECUTABLE_STACK) +#if __ELF__ && !defined(WANT_EXECUTABLE_STACK) .pushsection .note.GNU-stack, "", _SECTTY(progbits) .popsection #endif