This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: some float.h updates


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]