Commit bbd887e6 by Michael Meissner

Allow line numbers of 0.

From-SVN: r2574
parent 5187794f
......@@ -3684,10 +3684,6 @@ parse_stabs_common (string_start, string_end, rest)
return;
}
/* Ignore line number 0 for now until G++ bug that generates them is fixed. */
if (code == 0)
return;
dummy_symr.index = code;
if (dummy_symr.index != code)
{
......
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