summaryrefslogtreecommitdiff
path: root/sysdeps/arm/armv7/multiarch/memcpy_arm.S
blob: e4a9a68c42353add7dc80fc543998ee5143e489a (plain)
1
2
3
4
5
6
7
8
9
10
#define memcpy __memcpy_arm
#undef libc_hidden_builtin_def
#define libc_hidden_builtin_def(a)
#include "memcpy_impl.S"

/* These versions of memcpy are defined not to clobber any VFP or NEON
   registers so they must always call the ARM variant of the memcpy code.  */
strong_alias (__memcpy_arm, __aeabi_memcpy)
strong_alias (__memcpy_arm, __aeabi_memcpy4)
strong_alias (__memcpy_arm, __aeabi_memcpy8)