We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2f8326 commit cf6d591Copy full SHA for cf6d591
1 file changed
lib/ctors.S
@@ -41,3 +41,6 @@ _fini_array:
41
_fini_array_end:
42
.long 0
43
44
+#if defined(__ELF__) && defined(__linux__)
45
+ .section .note.GNU-stack,"",%progbits
46
+#endif
0 commit comments