mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-09 19:00:08 +00:00
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:
parent
f0a53588da
commit
0a10b8b181
@ -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
Block a user