fix arm run-time abi string functions
in arm rtabi these __aeabi_* functions have special abi (they are only allowed to clobber r0,r1,r2,r3,ip,lr,cpsr), so they cannot be simple wrappers around normal string functions (which may clobber other registers), the safest solution is to write them in asm, a minimalistic implementation works because these are not supposed to be emitted by compilers or used in general.
Showing
src/string/arm/__aeabi_memcpy.s
0 → 100644
src/string/arm/__aeabi_memset.s
0 → 100644
想要评论请 注册 或 登录