From: Jim Wilson Date: Wed, 4 May 1994 18:28:18 +0000 (-0700) Subject: (override_options): Delete TARGET_LLONG128 references. X-Git-Tag: misc/cutover-egcs-0~6736 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4f1aa7ad5ba0eb58a2378a67b220f8b1ce5953a;p=thirdparty%2Fgcc.git (override_options): Delete TARGET_LLONG128 references. From-SVN: r7207 --- 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)