NetBSD/sys/lib/libkern/arch/arm
chris 9cc0f33345 Tidy up some memory copying cruft:
bcopy.S is no longer needed
memmove and memcpy were both stacking r0 and unstacking it to keep the return value, so push this down into _memcpy.
rename _memcpy.S to memcpy.S.
memmove.S is now just a placeholder otherwise the make system automagically adds a memmove.c file to libkern.
memmove is just another entry point for memcpy.
2001-11-20 00:29:19 +00:00
..
byte_swap_2.S
byte_swap_4.S
bzero.S
divsi3.S
Makefile.inc Tidy up some memory copying cruft: 2001-11-20 00:29:19 +00:00
memcpy.S Tidy up some memory copying cruft: 2001-11-20 00:29:19 +00:00
memmove.S Tidy up some memory copying cruft: 2001-11-20 00:29:19 +00:00
memset.S