summaryrefslogtreecommitdiff
path: root/common/lib/libc/arch/arm/string/memcmp.S
AgeCommit message (Collapse)Author
2015-03-26Don't build the __eabi_ aliases in the arm rump kernel.justin
These are provided by libc in userspace, so leave out of kernel
2013-12-02Improve EABI handling of string functions. Most importantly, fixjoerg
__aeabi_memset, which has the arguments in the wrong order.
2013-08-19Add END()matt
2013-08-11Switch to unified syntaxmatt
use RET/RETc use push/pop
2005-12-20Merge libkern + libc common files. As requested by core.christos