From b4f1aa7ad5ba0eb58a2378a67b220f8b1ce5953a Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Wed, 4 May 1994 11:28:18 -0700 Subject: [PATCH] (override_options): Delete TARGET_LLONG128 references. From-SVN: r7207 --- gcc/config/mips/mips.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/gcc/config/mips/mips.c b/gcc/config/mips/mips.c index 66c31e15a243..78c87bdbc391 100644 --- a/gcc/config/mips/mips.c +++ b/gcc/config/mips/mips.c @@ -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) -- 2.47.2