Commit 789c026d by Richard Kenner Committed by Richard Kenner

* config/mips/mips.c (override_options): Fix typo in last change.

From-SVN: r39456
parent 9965d119
Mon Feb 5 11:23:16 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* config/mips/mips.c (override_options): Fix typo in last change.
2001-02-05 Nathan Sidwell <nathan@codesourcery.com>
* invoke.texi (-fdump-class-layout): Document.
......
......@@ -4955,7 +4955,7 @@ override_options ()
if (TARGET_FLOAT64)
{
error ("-mips%d does not support 64 bit fp registers", mips_isa);
target_flags &= ~ MASK_FLAG64;
target_flags &= ~ MASK_FLOAT64;
}
else if (TARGET_64BIT)
......
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