Subject: CVS commit: src/lib/libm/arch/i387
To: None <source-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 03/21/2006 11:35:21
Module Name:	src
Committed By:	drochner
Date:		Tue Mar 21 11:35:21 UTC 2006

Modified Files:
	src/lib/libm/arch/i387: s_scalbn.S s_scalbnf.S

Log Message:
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.8 src/lib/libm/arch/i387/s_scalbn.S
cvs rdiff -r1.6 -r1.7 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.