diff options
Diffstat (limited to 'lib/libc/i386/string/strcat.S')
-rw-r--r-- | lib/libc/i386/string/strcat.S | 2 |
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 |