Subject: CVS commit: src/lib/libc/arch/sparc64/softfloat
To: None <source-changes@netbsd.org>
From: Martin Husemann <martin@netbsd.org>
List: source-changes
Date: 05/01/2003 21:24:14
Module Name:	src
Committed By:	martin
Date:		Thu May  1 21:24:14 UTC 2003

Modified Files:
	src/lib/libc/arch/sparc64/softfloat: qp.c

Log Message:
Make _Qp_qtoui return the right value for inputs that do not fit into
an int value, but are valid unsigned ints. This should fix PR 21414.
The same problem exists for _Qp_qtoux, but there is no similar trivial
solution to that (I could think of).
Pointed out by David Laight.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/lib/libc/arch/sparc64/softfloat/qp.c

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