x86_64: Remove bcopy optimizations

The symbols is not present in current POSIX specification and compiler
already generates memmove call.
This commit is contained in:
Adhemerval Zanella 2022-02-10 11:23:24 -03:00
parent 8bad328203
commit bf92893a14
1 changed files with 0 additions and 7 deletions

View File

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