base/asm-common.h (FORCE_EXECUTABLE_STACK): Rename from `WANT...'.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 28 Apr 2023 12:51:50 +0000 (13:51 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 28 Apr 2023 12:51:50 +0000 (13:51 +0100)
Makes it sound less like a sensible thing to want.

base/asm-common.h

index 323f2e8..2b06e52 100644 (file)
@@ -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