Subject: CVS commit: [netbsd-2] src/lib/libm/arch/i387
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 04/21/2006 21:45:56
Module Name:	src
Committed By:	tron
Date:		Fri Apr 21 21:45:56 UTC 2006

Modified Files:
	src/lib/libm/arch/i387 [netbsd-2]: s_scalbn.S s_scalbnf.S

Log Message:
Pull up following revision(s) (requested by drochner in ticket #10412):
	lib/libm/arch/i387/s_scalbn.S: revision 1.8
	lib/libm/arch/i387/s_scalbnf.S: revision 1.7
The second argument is not a float, so the "abi.h" abstraction
doesn't work.
Open-code the argument handling instead.
Should fix the ldexp() bug reported by Brendon Costa in port-amd64.


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.7.4.1 src/lib/libm/arch/i387/s_scalbn.S
cvs rdiff -r1.6 -r1.6.4.1 src/lib/libm/arch/i387/s_scalbnf.S

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