This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: some float.h updates
- To: gcc-patches at gcc dot gnu dot org
- Subject: Re: some float.h updates
- From: Richard Henderson <rth at redhat dot com>
- Date: Wed, 31 Jan 2001 12:52:17 -0800
- References: <20010131122844.A29779@twiddle.net>
Tru64 5.0 changed the type of long double. The backend has
been updated, but I missed changing the float.h installed.
r~
* config.gcc (alpha-osf5): Use float-i128.h.
Index: config.gcc
===================================================================
RCS file: /cvs/gcc/egcs/gcc/config.gcc,v
retrieving revision 1.25
diff -u -p -r1.25 config.gcc
--- config.gcc 2001/01/27 20:50:51 1.25
+++ config.gcc 2001/01/31 20:49:23
@@ -453,6 +453,7 @@ alpha*-dec-osf*)
*-*-osf5*)
tm_file="${tm_file} alpha/osf.h alpha/osf5.h"
tmake_file="$tmake_file alpha/t-osf4"
+ float_format=i128
;;
esac
case $machine in