1
0
mirror of https://github.com/golang/go synced 2024-10-03 08:21:21 -06:00

ld: be less picky about bad line number info

Fixes #1175.

R=lvd
CC=golang-dev
https://golang.org/cl/2439041
This commit is contained in:
Russ Cox 2010-10-11 16:21:03 -04:00
parent 570f59c109
commit 054be1b6c3

View File

@ -763,7 +763,7 @@ writelines(void)
continue;
}
if (lh->file < 1) { // 0 is the past-EOF entry.
diag("instruction with linenumber past EOF in %s: %P", unitname, q);
//diag("instruction with linenumber past EOF in %s: %P", unitname, q);
continue;
}