diff options
Diffstat (limited to 'lib/libc/i386/string/strcpy.S')
-rw-r--r-- | lib/libc/i386/string/strcpy.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/i386/string/strcpy.S b/lib/libc/i386/string/strcpy.S index 7367c07..c5113f6 100644 --- a/lib/libc/i386/string/strcpy.S +++ b/lib/libc/i386/string/strcpy.S @@ -88,3 +88,5 @@ L1: movb (%edx),%al /* unroll loop, but not too much */ L2: popl %eax /* pop dst address */ ret END(strcpy) + + .section .note.GNU-stack,"",%progbits |