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
3 lines
35 B
ArmAsm
3 lines
35 B
ArmAsm
#define MEMCOPY
|
|
#include "bcopy.S"
|