]> Cypherpunks repositories - gostls13.git/commit
debug/gosym: correct comments for Table.{Files,Objs}
authorIan Lance Taylor <iant@golang.org>
Thu, 30 Apr 2020 02:47:34 +0000 (19:47 -0700)
committerIan Lance Taylor <iant@golang.org>
Thu, 30 Apr 2020 03:07:49 +0000 (03:07 +0000)
commit769a1cf7b6b79e747e3a4d886992b2a7e54f33d7
treec751ef25126e9e773c6d05a23893076cce6fb525
parenteda6fe3572b2fb02c2a8c87892744d04fea87691
debug/gosym: correct comments for Table.{Files,Objs}

The fields aren't too useful for Go 1.2 and later, but they aren't
actually nil.

Fixes #38754

Change-Id: Ia13a224f623697a00dea8ba0225633e1b9308c9f
Reviewed-on: https://go-review.googlesource.com/c/go/+/230940
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/debug/gosym/symtab.go