Allow line numbers of 0.

From-SVN: r2574
This commit is contained in:
Michael Meissner 1992-10-23 14:25:15 +00:00
parent 5187794f25
commit bbd887e6e9
1 changed files with 0 additions and 4 deletions

View File

@ -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)
{