Allow line numbers of 0.
authorMichael Meissner <meissner@gcc.gnu.org>
Fri, 23 Oct 1992 14:25:15 +0000 (14:25 +0000)
committerMichael Meissner <meissner@gcc.gnu.org>
Fri, 23 Oct 1992 14:25:15 +0000 (14:25 +0000)
From-SVN: r2574

gcc/mips-tfile.c

index bebd5af..0aefb82 100644 (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)
        {