Subject: CVS commit: basesrc/lib/libc/arch/m68k/string
To: None <source-changes@netbsd.org>
From: Matthew Fredette <fredette@netbsd.org>
List: source-changes
Date: 09/07/2001 15:50:02
Module Name:	basesrc
Committed By:	fredette
Date:		Fri Sep  7 12:50:01 UTC 2001

Modified Files:
	basesrc/lib/libc/arch/m68k/string: memset.S

Log Message:
On the 68010, don't bother with the by-8-longwords loop, instead
only 16-bit align the region and use loop mode with longwords
to do the bulk of the work.

On the 68020+, fixed an optimization bug where all regions that start
on odd addresses would not be properly longword aligned.


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 basesrc/lib/libc/arch/m68k/string/memset.S

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