ARM: Alias __aeabi_memcpy to memcpy

This commit is contained in:
Jonathan Schleifer
2015-11-07 23:11:14 +01:00
parent 456150599a
commit c7624537a3
@@ -11,6 +11,7 @@
.align 4
FUNCTION(memcpy):
FUNCTION(__aeabi_memcpy):
// check for zero length copy or the same pointer
cmp r2, #0
cmpne r1, r0
@@ -165,4 +166,5 @@ FUNCTION(memcpy):
// check for zero length copy or the same pointer
FUNCTION_END(memcpy)
FUNCTION_END(__aeabi_memcpy)
#endif