i386: retire bcopy

Unused since ba96f37758 ("Use __builtin for various mem* and b* (e.g. bzero)
routines.")

Sponsored by:	Rubicon Communications, LLC ("Netgate")
This commit is contained in:
Mateusz Guzik 2021-08-23 19:18:49 +00:00
parent 1a4c5061fc
commit 38941f5993

View File

@ -127,17 +127,8 @@ END(fillw)
/*
* memmove(dst, src, cnt) (return dst)
* bcopy(src, dst, cnt)
* ws@tools.de (Wolfgang Solfrank, TooLs GmbH) +49-228-985800
*/
ENTRY(bcopy)
movl 4(%esp),%eax
movl 8(%esp),%edx
movl %eax,8(%esp)
movl %edx,4(%esp)
jmp memmove
END(bcopy)
ENTRY(memmove)
pushl %ebp
movl %esp,%ebp