summaryrefslogtreecommitdiffstatshomepage
path: root/py/nlrx86.S
diff options
context:
space:
mode:
Diffstat (limited to 'py/nlrx86.S')
-rw-r--r--py/nlrx86.S3
1 files changed, 3 insertions, 0 deletions
diff --git a/py/nlrx86.S b/py/nlrx86.S
index 8c538ba176..f1de61e11a 100644
--- a/py/nlrx86.S
+++ b/py/nlrx86.S
@@ -190,3 +190,6 @@ nlr_jump:
#endif
#endif // defined(__i386__) && !MICROPY_NLR_SETJMP
+#if defined(linux)
+ .section .note.GNU-stack,"",@progbits
+#endif