1*96f5bbd2Sjoerg /* $NetBSD: memmove.c,v 1.2 2013/12/02 21:21:33 joerg Exp $ */ 237c9f0a6Schristos 337c9f0a6Schristos #define MEMMOVE 437c9f0a6Schristos #include "bcopy.c" 5*96f5bbd2Sjoerg 6*96f5bbd2Sjoerg #if defined(__ARM_EABI__) 7*96f5bbd2Sjoerg __strong_alias(__aeabi_memmove, memmove) 8*96f5bbd2Sjoerg __strong_alias(__aeabi_memmove4, memmove) 9*96f5bbd2Sjoerg __strong_alias(__aeabi_memmove8, memmove) 10*96f5bbd2Sjoerg #endif 11