Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: basesrc/lib/libc/softfloat
Module Name: basesrc
Committed By: bjh21
Date: Tue May 7 10:02:42 UTC 2002
Modified Files:
basesrc/lib/libc/softfloat: softfloat.c
Log Message:
In float*_round_to_int(), where we have switches over rounding modes, make
sure that all the modes are mentioned, if only with a "break;". This
ensures GCC doesn't whinge at us on ports which use an enum for fp_rnd.
To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 basesrc/lib/libc/softfloat/softfloat.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