aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorMichael Meissner <meissner@gcc.gnu.org>1992-10-23 14:25:15 +0000
committerMichael Meissner <meissner@gcc.gnu.org>1992-10-23 14:25:15 +0000
commitbbd887e6e9945225241e8f9d2def55b24b38bc04 (patch)
tree94dcf4870a7597862e0f2743228387107a27cfba /gcc
parent5187794f258455e152a04213182bd229ecc109fc (diff)
downloadgcc-bbd887e6e9945225241e8f9d2def55b24b38bc04.zip
gcc-bbd887e6e9945225241e8f9d2def55b24b38bc04.tar.gz
gcc-bbd887e6e9945225241e8f9d2def55b24b38bc04.tar.bz2
Allow line numbers of 0.
From-SVN: r2574
Diffstat (limited to 'gcc')
-rw-r--r--gcc/mips-tfile.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/mips-tfile.c b/gcc/mips-tfile.c
index bebd5af..0aefb82 100644
--- a/gcc/mips-tfile.c
+++ b/gcc/mips-tfile.c
@@ -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)
{