add tahoe (should be just like pdp11)
authorSam Leffler <sam@ucbvax.Berkeley.EDU>
Fri, 31 Oct 1986 13:35:47 +0000 (05:35 -0800)
committerSam Leffler <sam@ucbvax.Berkeley.EDU>
Fri, 31 Oct 1986 13:35:47 +0000 (05:35 -0800)
SCCS-vsn: usr.bin/f77/libF77/range.c 5.3

usr/src/usr.bin/f77/libF77/range.c

index 7b81a59..ee83391 100644 (file)
@@ -29,7 +29,11 @@ flmax_()
 #if    vax
        n.i = 0xffff7fff;
 #else  vax
 #if    vax
        n.i = 0xffff7fff;
 #else  vax
+#if    tahoe
+       n.i = 0x7fffffffL;
+#else  tahoe
        UNKNOWN MACHINE!
        UNKNOWN MACHINE!
+#endif tahoe
 #endif vax
 #endif pdp11
        return(n.f);
 #endif vax
 #endif pdp11
        return(n.f);
@@ -47,7 +51,12 @@ dflmax_()
        n.j[0] = 0xffff7fff;
        n.j[1] = 0xffffffff;
 #else  vax
        n.j[0] = 0xffff7fff;
        n.j[1] = 0xffffffff;
 #else  vax
+#if    tahoe
+       n.j[0] = 0x7fffffffL;
+       n.j[1] = 0xffffffffL;
+#else  tahoe
        UNKNOWN MACHINE!
        UNKNOWN MACHINE!
+#endif tahoe
 #endif vax
 #endif pdp11
        return(n.d);
 #endif vax
 #endif pdp11
        return(n.d);
@@ -63,7 +72,11 @@ flmin_()
 #if    vax
        n.i = 0x00000080;
 #else  vax
 #if    vax
        n.i = 0x00000080;
 #else  vax
+#if    tahoe
+       n.i = 0x00800000L;
+#else  tahoe
        UNKNOWN MACHINE!
        UNKNOWN MACHINE!
+#endif tahoe
 #endif vax
 #endif pdp11
        return(n.f);
 #endif vax
 #endif pdp11
        return(n.f);
@@ -81,7 +94,12 @@ dflmin_()
        n.j[0] = 0x00000080;
        n.j[1] = 0;
 #else  vax
        n.j[0] = 0x00000080;
        n.j[1] = 0;
 #else  vax
+#if    tahoe
+       n.j[0] = 0x00800000L;
+       n.j[1] = 0;
+#else  tahoe
        UNKNOWN MACHINE!
        UNKNOWN MACHINE!
+#endif tahoe
 #endif vax
 #endif pdp11
        return(n.d);
 #endif vax
 #endif pdp11
        return(n.d);
@@ -104,7 +122,11 @@ ffrac_()
 #if    vax
        n.i = 0x00003500;
 #else  vax
 #if    vax
        n.i = 0x00003500;
 #else  vax
+#if    tahoe
+       n.i = 0x35000000L;
+#else  tahoe
        UNKNOWN MACHINE!
        UNKNOWN MACHINE!
+#endif tahoe
 #endif vax
 #endif pdp11
        return(n.f);
 #endif vax
 #endif pdp11
        return(n.f);
@@ -122,7 +144,12 @@ dffrac_()
        n.j[0] = 0x00002500;
        n.j[1] = 0;
 #else  vax
        n.j[0] = 0x00002500;
        n.j[1] = 0;
 #else  vax
+#if    tahoe
+       n.j[0] = 0x25000000L;
+       n.j[1] = 0;
+#else  tahoe
        UNKNOWN MACHINE!
        UNKNOWN MACHINE!
+#endif tahoe
 #endif vax
 #endif pdp11
        return(n.d);
 #endif vax
 #endif pdp11
        return(n.d);