summaryrefslogtreecommitdiff
path: root/arch/arm/src/__aeabi_memclr.c
AgeCommit message (Collapse)AuthorLines
2015-08-31implement arm eabi mem* functionsTimo Teräs-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.