513694
From 14483cebfb833ff520e921f46b78d53f46a86df0 Mon Sep 17 00:00:00 2001
513694
From: Adhemerval Zanella <adhemerval.zanella@linaro.org>
513694
Date: Thu, 10 Feb 2022 11:23:24 -0300
513694
Subject: [PATCH] x86_64: Remove bcopy optimizations
513694
513694
The symbols is not present in current POSIX specification and compiler
513694
already generates memmove call.
513694
513694
(cherry picked from commit bf92893a14ebc161b08b28acc24fa06ae6be19cb)
513694
---
513694
 sysdeps/x86_64/multiarch/bcopy.S | 7 -------
513694
 1 file changed, 7 deletions(-)
513694
 delete mode 100644 sysdeps/x86_64/multiarch/bcopy.S
513694
513694
diff --git a/sysdeps/x86_64/multiarch/bcopy.S b/sysdeps/x86_64/multiarch/bcopy.S
513694
deleted file mode 100644
513694
index 639f02bd..00000000
513694
--- a/sysdeps/x86_64/multiarch/bcopy.S
513694
+++ /dev/null
513694
@@ -1,7 +0,0 @@
513694
-#include <sysdep.h>
513694
-
513694
-	.text
513694
-ENTRY(bcopy)
513694
-	xchg	%rdi, %rsi
513694
-	jmp	__libc_memmove	/* Branch to IFUNC memmove.  */
513694
-END(bcopy)
513694
-- 
513694
GitLab
513694