1 1.6 joerg /* $NetBSD: memcpy.S,v 1.6 2013/12/02 21:21:33 joerg Exp $ */ 2 1.4 matt 3 1.4 matt #include <arm/cdefs.h> 4 1.1 christos 5 1.5 matt #if !defined(__XSCALE__) || defined(_STANDALONE) 6 1.1 christos #include "memcpy_arm.S" 7 1.1 christos #else 8 1.1 christos #include "memcpy_xscale.S" 9 1.1 christos #endif 10 1.6 joerg 11 1.6 joerg #if defined(__ARM_EABI__) 12 1.6 joerg STRONG_ALIAS(__aeabi_memcpy, memcpy) 13 1.6 joerg #endif 14