Subject: CVS commit: [netbsd-3] src/lib/libc/arch/arm/string
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 05/07/2005 11:49:39
Module Name:	src
Committed By:	tron
Date:		Sat May  7 11:49:39 UTC 2005

Modified Files:
	src/lib/libc/arch/arm/string [netbsd-3]: ffs.S

Log Message:
Pull up revision 1.8 (requested by rearnsha in ticket #255):
On ARMv5 reduce the value to the LSB before using CLZ.  Otherwise we'll
calculate the position of the MSB not the LSB.


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.7.2.1 src/lib/libc/arch/arm/string/ffs.S

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