We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03a4afc commit 8d11e46Copy full SHA for 8d11e46
1 file changed
cpuid.S
@@ -66,5 +66,9 @@ _cpuid:
66
67
#endif
68
#if defined(__ELF__) && defined(__linux__)
69
+#if defined(__arm__)
70
+ .section .note.GNU-stack,"",%progbits
71
+#else
72
.section .note.GNU-stack,"",@progbits
73
74
+#endif
0 commit comments