Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Ignatios Souvatzis <is@netbsd.org>
List: source-changes
Date: 09/17/1999 04:42:57
Module Name:	syssrc
Committed By:	is
Date:		Fri Sep 17 11:42:57 UTC 1999

Modified Files:
	syssrc/sys/lib/libkern/arch/arm32: divsi3.S

Log Message:
Synchronize with fixed libc version:
If unsigned dividend > INT_MAX, or signed dividend == INT_MIN, be careful
to not overflow the divisor when shifting it to the left.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 syssrc/sys/lib/libkern/arch/arm32/divsi3.S

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