CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/06/24 20:34:22
Added files:
lib/libc/arch/powerpc64/string: Makefile.inc memmove.S
Log message:
PowerPC64 libc string/net files
Initial attempt to port powerpc code to powerpc64
Expects TOC loading in ENTRY(),
memmove.S is the powerpc 32 bit, optimization is possible for 64 bit
and handle len of > 32 bits.
