diff options
Diffstat (limited to 'lib/libc/amd64/string/memmove.S')
-rw-r--r-- | lib/libc/amd64/string/memmove.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/amd64/string/memmove.S b/lib/libc/amd64/string/memmove.S index ea92cb18782a..7878e6e9bee6 100644 --- a/lib/libc/amd64/string/memmove.S +++ b/lib/libc/amd64/string/memmove.S @@ -27,8 +27,6 @@ */ #include <machine/asm.h> -__FBSDID("$FreeBSD$"); - /* * Note: this routine was written with kernel use in mind (read: no simd), * it is only present in userspace as a temporary measure until something @@ -306,3 +304,5 @@ ENTRY(memcpy) MEMMOVE erms=0 overlap=1 begin=MEMMOVE_BEGIN end=MEMMOVE_END END(memcpy) #endif + + .section .note.GNU-stack,"",%progbits |