summaryrefslogtreecommitdiffstats
path: root/lib/libc/i386/string/wcscmp.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/wcscmp.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/wcscmp.S')
-rw-r--r--lib/libc/i386/string/wcscmp.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/i386/string/wcscmp.S b/lib/libc/i386/string/wcscmp.S
index 8d0700a..6fbcb8c 100644
--- a/lib/libc/i386/string/wcscmp.S
+++ b/lib/libc/i386/string/wcscmp.S
@@ -78,3 +78,5 @@ no0: subl (%esi),%eax
popl %edi
ret
END(wcscmp)
+
+ .section .note.GNU-stack,"",%progbits
OpenPOWER on IntegriCloud