Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jeff Smith <jeffs@netbsd.org>
List: source-changes
Date: 07/17/2000 00:37:52
Module Name:	syssrc
Committed By:	jeffs
Date:		Mon Jul 17 07:37:52 UTC 2000

Modified Files:
	syssrc/sys/arch/mips/mips: locore.S
	syssrc/sys/lib/libkern/arch/mips: memcpy.S

Log Message:
Make memcpy() the favored interface an swizzle the args for ovbcopy.  Also
move bcopy XLEAF here from locore.S.  For 64b clean compilation add a
ld/sd section to the block copy.


To generate a diff of this commit:
cvs rdiff -r1.104 -r1.105 syssrc/sys/arch/mips/mips/locore.S
cvs rdiff -r1.3 -r1.4 syssrc/sys/lib/libkern/arch/mips/memcpy.S

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