Subject: CVS commit: [netbsd-4] src/sys/lib/libkern/arch/sh3
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 04/20/2007 20:35:32
Module Name:	src
Committed By:	bouyer
Date:		Fri Apr 20 20:35:32 UTC 2007

Modified Files:
	src/sys/lib/libkern/arch/sh3 [netbsd-4]: Makefile.inc
Added Files:
	src/sys/lib/libkern/arch/sh3 [netbsd-4]: movstrSI12_i4.S

Log Message:
Pull up following revision(s) (requested by uwe in ticket #585):
	sys/lib/libkern/arch/sh3/Makefile.inc: revision 1.16
	sys/lib/libkern/arch/sh3/movstrSI12_i4.S: revision 1.1
Provide __movmemSI12_i4 (gcc4) a.k.a. __movstrSI12_i4 (gcc3) that gcc
emits for sh4 to copy 12 bytes at certain optimization levels.
Discovered by compiling landisk kernel with -Os.
Use gcc3 naming ("movstr") to match the rest of the "movstr" files.


To generate a diff of this commit:
cvs rdiff -r1.15 -r1.15.24.1 src/sys/lib/libkern/arch/sh3/Makefile.inc
cvs rdiff -r0 -r1.1.10.1 src/sys/lib/libkern/arch/sh3/movstrSI12_i4.S

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