ia64: Remove bcopy

It just call memmove as the generic implementation.
This commit is contained in:
Adhemerval Zanella 2022-02-10 10:44:23 -03:00
parent d2224ffbdd
commit 80b85f92f4

View File

@ -1,10 +0,0 @@
#include <sysdep.h>
ENTRY(bcopy)
.regstk 3, 0, 0, 0
mov r8 = in0
mov in0 = in1
;;
mov in1 = r8
br.cond.sptk.many HIDDEN_BUILTIN_JUMPTARGET(memmove)
END(bcopy)