Commit ef392512 by Jim Wilson

(override_options): Delete unnecessary accidental comment.

From-SVN: r6851
parent 5a5b76a2
...@@ -3269,7 +3269,6 @@ override_options () ...@@ -3269,7 +3269,6 @@ override_options ()
{ {
mips_abicalls = MIPS_ABICALLS_YES; mips_abicalls = MIPS_ABICALLS_YES;
flag_pic = 1; flag_pic = 1;
/* ??? Is this sufficient? */
if (mips_section_threshold > 0) if (mips_section_threshold > 0)
warning ("-G is incompatible with PIC code which is the default"); warning ("-G is incompatible with PIC code which is the default");
} }
......
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