[PATCH 01/12] ia64: Remove bcopy
Adhemerval Zanella
adhemerval.zanella@linaro.org
Thu Feb 10 19:58:27 GMT 2022
It just call memmove as the generic implementation.
---
sysdeps/ia64/bcopy.S | 10 ----------
1 file changed, 10 deletions(-)
delete mode 100644 sysdeps/ia64/bcopy.S
diff --git a/sysdeps/ia64/bcopy.S b/sysdeps/ia64/bcopy.S
deleted file mode 100644
index bdabf5acdc..0000000000
--- a/sysdeps/ia64/bcopy.S
+++ /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)
--
2.32.0
More information about the Libc-alpha
mailing list