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 03:10:28 UTC 2002

Modified Files:
        basesrc/lib/libc/arch/arm/string: Makefile.inc strcmp.S
Added Files:
        basesrc/lib/libc/arch/arm/string: strncmp.S

Log Message:
Add an asm version of strncmp, based on strcmp.
Add RCSID to strcmp, also use numeric label, rather than named label for
loop.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 basesrc/lib/libc/arch/arm/string/Makefile.inc
cvs rdiff -r1.1 -r1.2 basesrc/lib/libc/arch/arm/string/strcmp.S
cvs rdiff -r0 -r1.1 basesrc/lib/libc/arch/arm/string/strncmp.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