From: Mark Wooding Date: Fri, 28 Apr 2023 12:51:50 +0000 (+0100) Subject: base/asm-common.h (FORCE_EXECUTABLE_STACK): Rename from `WANT...'. X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/commitdiff_plain/9ce6487b3fa682ec01de023fe84a7d1d4f8d483d base/asm-common.h (FORCE_EXECUTABLE_STACK): Rename from `WANT...'. Makes it sound less like a sensible thing to want. --- 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