We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a91cde1 + e2482c9 commit c51ea4fCopy full SHA for c51ea4f
amd64/e_fmod.S
@@ -49,3 +49,8 @@ ENTRY(fmod)
49
fstp %st
50
ret
51
END(fmod)
52
+
53
+/* Enable stack protection */
54
+#if defined(__ELF__)
55
+.section .note.GNU-stack,"",%progbits
56
+#endif
amd64/e_fmodf.S
@@ -19,3 +19,8 @@ ENTRY(fmodf)
19
20
21
END(fmodf)
22
23
24
25
26
amd64/e_fmodl.S
@@ -45,3 +45,8 @@ ENTRY(fmodl)
45
fstp %st(1)
46
47
END(fmodl)
48
0 commit comments