We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 03a4afc + 8d11e46 commit ee6560cCopy full SHA for ee6560c
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