chiark
/
gitweb
/
~mdw
/
catacomb
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
6dbc50e
)
base/asm-common.h (FORCE_EXECUTABLE_STACK): Rename from `WANT...'.
author
Mark Wooding
<mdw@distorted.org.uk>
Fri, 28 Apr 2023 12:51:50 +0000
(13:51 +0100)
committer
Mark 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
patch
|
blob
|
blame
|
history
diff --git
a/base/asm-common.h
b/base/asm-common.h
index 323f2e8f9dbb9d1e59d19e89a3e762b85a9e1634..2b06e529e98a8a64867a65621404895c42ae412f 100644
(file)
--- a/
base/asm-common.h
+++ b/
base/asm-common.h
@@
-1199,7
+1199,7
@@
name:
# define SIZE_OBJ(name)
#endif
# 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
.pushsection .note.GNU-stack, "", _SECTTY(progbits)
.popsection
#endif