Subject: CVS commit: basesrc/lib/libc/softfloat
To: None <source-changes@netbsd.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 05/07/2002 13:02:43
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.