mirror of git://sourceware.org/git/glibc.git
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:
parent
8bad328203
commit
bf92893a14
|
@ -1,7 +0,0 @@
|
|||
#include <sysdep.h>
|
||||
|
||||
.text
|
||||
ENTRY(bcopy)
|
||||
xchg %rdi, %rsi
|
||||
jmp __libc_memmove /* Branch to IFUNC memmove. */
|
||||
END(bcopy)
|
Loading…
Reference in New Issue