diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1994-05-04 11:28:18 -0700 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1994-05-04 11:28:18 -0700 |
commit | b4f1aa7ad5ba0eb58a2378a67b220f8b1ce5953a (patch) | |
tree | fe62b4bcc7caf14280e71d2fb80406d20ff00f97 /gcc | |
parent | 923d630eff8a7d92ebc40eece1d32ef4ad5bd5ac (diff) | |
download | gcc-b4f1aa7ad5ba0eb58a2378a67b220f8b1ce5953a.zip gcc-b4f1aa7ad5ba0eb58a2378a67b220f8b1ce5953a.tar.gz gcc-b4f1aa7ad5ba0eb58a2378a67b220f8b1ce5953a.tar.bz2 |
(override_options): Delete TARGET_LLONG128 references.
From-SVN: r7207
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/mips/mips.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/config/mips/mips.c b/gcc/config/mips/mips.c index 66c31e1..78c87bd 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) |