diff options
Diffstat (limited to 'src/grt/config')
-rw-r--r-- | src/grt/config/chkstk.S | 4 |
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 |