cmd/link: the last file name is missing in gopclntab #17132
Closed
Comments
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
What version of Go are you using (
go version
)?tip
What did you do?
Look at the end of the output, the last two functions has file name missing:
According to https://golang.org/s/go12symtab,
Parsing the binary manually, it has N at the place where it should be N+1. objdump does what the doc says, and so ignores the last entry.
This problem has existed since at least Go 1.6 (did not check even earlier versions.)
(
runtime/internal/atomic.Xaddint64
should be intrinsified, which is another issue. I have sent a CL.)The text was updated successfully, but these errors were encountered: