Commit 054be1b6 authored by Russ Cox's avatar Russ Cox

ld: be less picky about bad line number info

Fixes #1175.

R=lvd
CC=golang-dev
https://golang.org/cl/2439041
parent 570f59c1
......@@ -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;
}
......
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