We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52ca115 commit b4f3e39Copy full SHA for b4f3e39
src/large_pages/node_text_start.S
@@ -2,4 +2,7 @@
2
.align 0x2000
3
.global __node_text_start
4
.hidden __node_text_start
5
+#if defined(__ELF__)
6
+.section .note.GNU-stack,"",@progbits
7
+#endif
8
__node_text_start:
0 commit comments