Commit b4f1aa7a by Jim Wilson

(override_options): Delete TARGET_LLONG128 references.

From-SVN: r7207
parent 923d630e
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment