X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/6dbc50ef09e5065fa9eedffa342bc4c9762f31ad..9ce6487b3fa682ec01de023fe84a7d1d4f8d483d:/base/asm-common.h diff --git a/base/asm-common.h b/base/asm-common.h index 323f2e8f..2b06e529 100644 --- a/base/asm-common.h +++ b/base/asm-common.h @@ -1199,7 +1199,7 @@ name: # define SIZE_OBJ(name) #endif -#if __ELF__ && !defined(WANT_EXECUTABLE_STACK) +#if __ELF__ && !defined(FORCE_EXECUTABLE_STACK) .pushsection .note.GNU-stack, "", _SECTTY(progbits) .popsection #endif