Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Ignatios Souvatzis <is@netbsd.org>
List: source-changes
Date: 09/20/1999 02:22:49
Module Name:	syssrc
Committed By:	is
Date:		Mon Sep 20 09:22:48 UTC 1999

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

Log Message:
Use an identical source file for the libc and the libkern version of
divsi3.S, conditionally compiling the divide by zero case. This way,
after a change to the one, we can just copy it over to update the other
without creating ... problems. By Chris G.  Demetriou.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 basesrc/lib/libc/arch/arm32/gen/divsi3.S
cvs rdiff -r1.4 -r1.5 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.