From 9ce6487b3fa682ec01de023fe84a7d1d4f8d483d Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Fri, 28 Apr 2023 13:51:50 +0100 Subject: [PATCH] base/asm-common.h (FORCE_EXECUTABLE_STACK): Rename from `WANT...'. Makes it sound less like a sensible thing to want. --- base/asm-common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0