Home | History | Annotate | Line # | Download | only in string
      1  1.8     joerg /*	$NetBSD: memcpy.S,v 1.8 2015/06/07 11:41:59 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.7    justin #if defined(__ARM_EABI__) && !defined(_RUMPKERNEL)
     12  1.6     joerg STRONG_ALIAS(__aeabi_memcpy, memcpy)
     13  1.8     joerg STRONG_ALIAS(__aeabi_memcpy4, memcpy)
     14  1.8     joerg STRONG_ALIAS(__aeabi_memcpy8, memcpy)
     15  1.6     joerg #endif
     16