summaryrefslogtreecommitdiffstats
path: root/lib/libc/i386/string/strrchr.S
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2011-01-07 16:08:40 +0000
committerkib <kib@FreeBSD.org>2011-01-07 16:08:40 +0000
commita5e01acec5aad9ddbe58e73c087304a450c8e84e (patch)
tree39faba3509b3a7c544403494acd4543a4fac790f /lib/libc/i386/string/strrchr.S
parent2d97afa68c3a44f4ef609f8fa3766fd4af44b6e3 (diff)
downloadFreeBSD-src-a5e01acec5aad9ddbe58e73c087304a450c8e84e.zip
FreeBSD-src-a5e01acec5aad9ddbe58e73c087304a450c8e84e.tar.gz
Add section .note.GNU-stack for assembly files used by 386 and amd64.
Diffstat (limited to 'lib/libc/i386/string/strrchr.S')
-rw-r--r--lib/libc/i386/string/strrchr.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/i386/string/strrchr.S b/lib/libc/i386/string/strrchr.S
index f044c2e..0d7f0ca 100644
--- a/lib/libc/i386/string/strrchr.S
+++ b/lib/libc/i386/string/strrchr.S
@@ -63,3 +63,5 @@ L2:
popl %ebx
ret
END(strrchr)
+
+ .section .note.GNU-stack,"",%progbits
OpenPOWER on IntegriCloud