x86_64: Remove bcopy optimizations

The symbols is not present in current POSIX specification and compiler
already generates memmove call.

(cherry picked from commit bf92893a14)
This commit is contained in:
Adhemerval Zanella 2022-02-10 11:23:24 -03:00 committed by Sunil K Pandey
parent f0a53588da
commit 0a10b8b181

View File

@ -1,7 +0,0 @@
#include <sysdep.h>
.text
ENTRY(bcopy)
xchg %rdi, %rsi
jmp __libc_memmove /* Branch to IFUNC memmove. */
END(bcopy)