about summary refs log tree commit diff
path: root/arch/arm/src/__aeabi_memcpy.c
Commit message (Collapse)AuthorAgeFilesLines
* implement arm eabi mem* functionsTimo Teräs2015-08-311-0/+9
these functions are part of the ARM EABI, meaning compilers may generate references to them. known versions of gcc do not use them, but llvm does. they are not provided by libgcc, and the de facto standard seems to be that libc provides them.