1#include <sysdep.h>
2
3	.text
4ENTRY(bcopy)
5	xchg	%rdi, %rsi
6	jmp	__libc_memmove	/* Branch to IFUNC memmove.  */
7END(bcopy)
8