Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/lib/libc/arch/sparc64/softfloat



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.




Home | Main Index | Thread Index | Old Index