Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: basesrc/lib/libc/arch/arm/string
Module Name: basesrc
Committed By: chris
Date: Sat Nov 23 14:26:04 UTC 2002
Modified Files:
basesrc/lib/libc/arch/arm/string: Makefile.inc
Added Files:
basesrc/lib/libc/arch/arm/string: memcmp.S
Log Message:
Add arm asm version of memcmp, basically it's strncmp.S without the
check for *src != 0
To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 basesrc/lib/libc/arch/arm/string/Makefile.inc
cvs rdiff -r0 -r1.1 basesrc/lib/libc/arch/arm/string/memcmp.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