(override_options): Delete TARGET_LLONG128 references.
authorJim Wilson <wilson@gcc.gnu.org>
Wed, 4 May 1994 18:28:18 +0000 (11:28 -0700)
committerJim Wilson <wilson@gcc.gnu.org>
Wed, 4 May 1994 18:28:18 +0000 (11:28 -0700)
From-SVN: r7207

gcc/config/mips/mips.c

index 66c31e1..78c87bd 100644 (file)
@@ -3177,20 +3177,12 @@ override_options ()
       else if (TARGET_LONG64)
        fatal ("Only MIPS-III CPUs can support 64 bit longs");
 
-      else if (TARGET_LLONG128)
-       fatal ("Only MIPS-III CPUs can support 128 bit long longs");
-
       else if (TARGET_FLOAT64)
        fatal ("Only MIPS-III CPUs can support 64 bit fp registers");
 
       else if (TARGET_64BIT)
        fatal ("Only MIPS-III CPUs can support 64 bit gp registers");
     }
-  else
-    {
-      if (TARGET_LLONG128)
-       fatal ("128 bit long longs are not supported");
-    }
 
   /* Tell halfpic.c that we have half-pic code if we do.  */
   if (TARGET_HALF_PIC)