Module Name: src Committed By: matt Date: Tue Jan 8 13:14:54 UTC 2013
Added Files: src/common/lib/libc/arch/arm/string: strcpy_naive.S strlen_naive.S Log Message: Add simple/small versions of the str* functions. Suitable for libsa, etc. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/common/lib/libc/arch/arm/string/strcpy_naive.S \ src/common/lib/libc/arch/arm/string/strlen_naive.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.