Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-1-6] src/lib/libc/arch/sparc64/softfloat
Module Name: src
Committed By: tron
Date: Sun Oct 19 09:51:12 UTC 2003
Modified Files:
src/lib/libc/arch/sparc64/softfloat [netbsd-1-6]: qp.c
Log Message:
Pull up revision 1.5 (requested by nakayama in ticket #1517):
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.3.2.1 -r1.3.2.2 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.
Home |
Main Index |
Thread Index |
Old Index