summaryrefslogtreecommitdiffstats
path: root/lib/libc/i386/string/ffs.S
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/i386/string/ffs.S')
-rw-r--r--lib/libc/i386/string/ffs.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/i386/string/ffs.S b/lib/libc/i386/string/ffs.S
index e668447..3a0431c 100644
--- a/lib/libc/i386/string/ffs.S
+++ b/lib/libc/i386/string/ffs.S
@@ -52,3 +52,5 @@ ENTRY(ffs)
L1: xorl %eax,%eax /* clear result */
ret
END(ffs)
+
+ .section .note.GNU-stack,"",%progbits
OpenPOWER on IntegriCloud