Subject: CVS commit: src/common/lib/libc/arch/mips/string
To: None <source-changes@NetBSD.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 12/27/2005 11:23:53
Module Name:	src
Committed By:	tsutsui
Date:		Tue Dec 27 11:23:53 UTC 2005

Modified Files:
	src/common/lib/libc/arch/mips/string: bcopy.S

Log Message:
Don't redefine _LOCORE if it's already defined.
Some Makefiles for standalone programs already have it.

XXX Old src/sys/lib/libkern/arch/mips/memcpy.S had some #ifdef MIPS3_5900
XXX which added some extra nops, but this new common bcopy.S doesn't.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/common/lib/libc/arch/mips/string/bcopy.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.