Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/common/lib/libc/arch/arm/string
Module Name: src
Committed By: matt
Date: Wed Jan 2 05:54:58 UTC 2013
Added Files:
src/common/lib/libc/arch/arm/string: strcpy.S strlcpy.S strncpy.S
Log Message:
Add an assembly version of strcpy/strncpy/strlcpy.
(they all use a common source with defines to determine which to build).
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/common/lib/libc/arch/arm/string/strcpy.S \
src/common/lib/libc/arch/arm/string/strlcpy.S \
src/common/lib/libc/arch/arm/string/strncpy.S
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index