freebsd-dev/lib/libc/i386/string/memmove.S
Bruce Evans 8009c566df Use separate routines for memmove() and memcpy(). This lets me drop
the (buggy) support for alternative entry points.  ALTENTRY() was only
used for memmove().  Optimizing for space was particularly silly because
memcpy() is rarely used (gcc normally inlines it).

Obtained from:	NetBSD
1997-04-20 12:46:12 +00:00

3 lines
35 B
ArmAsm

#define MEMMOVE
#include "bcopy.S"