summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--py/nlrx64.S2
-rw-r--r--py/nlrx86.S2
-rw-r--r--py/nlrxtensa.S2
3 files changed, 3 insertions, 3 deletions
diff --git a/py/nlrx64.S b/py/nlrx64.S
index fc8b8e3446..78d654558f 100644
--- a/py/nlrx64.S
+++ b/py/nlrx64.S
@@ -258,5 +258,5 @@ nlr_jump:
#endif // defined(__x86_64__) && !MICROPY_NLR_SETJMP
#if defined(linux)
- .section .note.GNU-stack,"",@progbits
+ .section .note.GNU-stack,"",%progbits
#endif
diff --git a/py/nlrx86.S b/py/nlrx86.S
index f1de61e11a..ff0cc21305 100644
--- a/py/nlrx86.S
+++ b/py/nlrx86.S
@@ -191,5 +191,5 @@ nlr_jump:
#endif // defined(__i386__) && !MICROPY_NLR_SETJMP
#if defined(linux)
- .section .note.GNU-stack,"",@progbits
+ .section .note.GNU-stack,"",%progbits
#endif
diff --git a/py/nlrxtensa.S b/py/nlrxtensa.S
index 73af4832ff..6d87e305d4 100644
--- a/py/nlrxtensa.S
+++ b/py/nlrxtensa.S
@@ -115,5 +115,5 @@ nlr_jump:
#endif // defined(__xtensa__)
#if defined(linux)
- .section .note.GNU-stack,"",@progbits
+ .section .note.GNU-stack,"",%progbits
#endif