summaryrefslogtreecommitdiffstats
path: root/lib/libc/i386/string/strcat.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/strcat.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/strcat.S')
-rw-r--r--lib/libc/i386/string/strcat.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/i386/string/strcat.S b/lib/libc/i386/string/strcat.S
index 6715bd8..835a7e9 100644
--- a/lib/libc/i386/string/strcat.S
+++ b/lib/libc/i386/string/strcat.S
@@ -99,3 +99,5 @@ L2: popl %eax /* pop destination address */
popl %edi /* restore edi */
ret
END(strcat)
+
+ .section .note.GNU-stack,"",%progbits
OpenPOWER on IntegriCloud