Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/common/lib/libc
Module Name: src
Committed By: dsl
Date: Fri Jul 17 19:37:57 UTC 2009
Modified Files:
src/common/lib/libc/arch/i386/string: strchr.S strrchr.S
src/common/lib/libc/arch/m68k/string: strchr.S strrchr.S
src/common/lib/libc/arch/mips/string: strchr.S
src/common/lib/libc/arch/x86_64/string: strchr.S strrchr.S
src/common/lib/libc/string: strchr.c strrchr.c
Log Message:
Change all archs so that strchr.[cS] and strrchr.[cS] exist and generate
duplicate symbols for index() and rindex().
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/common/lib/libc/arch/i386/string/strchr.S \
src/common/lib/libc/arch/i386/string/strrchr.S
cvs rdiff -u -r1.1 -r1.2 src/common/lib/libc/arch/m68k/string/strchr.S \
src/common/lib/libc/arch/m68k/string/strrchr.S
cvs rdiff -u -r1.1 -r1.2 src/common/lib/libc/arch/mips/string/strchr.S
cvs rdiff -u -r1.1 -r1.2 src/common/lib/libc/arch/x86_64/string/strchr.S \
src/common/lib/libc/arch/x86_64/string/strrchr.S
cvs rdiff -u -r1.3 -r1.4 src/common/lib/libc/string/strchr.c
cvs rdiff -u -r1.4 -r1.5 src/common/lib/libc/string/strrchr.c
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