mirror of git://sourceware.org/git/glibc.git
ia64: Remove bcopy
It just call memmove as the generic implementation.
This commit is contained in:
parent
d2224ffbdd
commit
80b85f92f4
|
|
@ -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)
|
||||
Loading…
Reference in New Issue