aboutsummaryrefslogtreecommitdiffstats
path: root/src/grt/config/chkstk.S
diff options
context:
space:
mode:
Diffstat (limited to 'src/grt/config/chkstk.S')
-rw-r--r--src/grt/config/chkstk.S4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/grt/config/chkstk.S b/src/grt/config/chkstk.S
index 7d499cbda..29debd44f 100644
--- a/src/grt/config/chkstk.S
+++ b/src/grt/config/chkstk.S
@@ -50,3 +50,7 @@ __chkstk:
#endif
.ident "Written by T.Gingold"
+
+#if defined(__linux__) && defined(__ELF__)
+ .section .note.GNU-stack,"",%progbits
+#endif