]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
ia64: Remove bcopy
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Thu, 10 Feb 2022 13:44:23 +0000 (10:44 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Wed, 23 Feb 2022 17:06:45 +0000 (14:06 -0300)
It just call memmove as the generic implementation.

sysdeps/ia64/bcopy.S [deleted file]

diff --git a/sysdeps/ia64/bcopy.S b/sysdeps/ia64/bcopy.S
deleted file mode 100644 (file)
index bdabf5a..0000000
+++ /dev/null
@@ -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)