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