]> Cypherpunks repositories - gostls13.git/commit
[dev.link] cmd/link: tweak genasmsym to eliminate Gotype ref
authorThan McIntosh <thanm@google.com>
Tue, 28 Apr 2020 17:45:35 +0000 (13:45 -0400)
committerThan McIntosh <thanm@google.com>
Tue, 28 Apr 2020 18:54:27 +0000 (18:54 +0000)
commit0612e78f0f9b5381b8690891a91fd05b450a0a91
tree453ac8a4d36235d9a1a9bacc175747529a716efe
parentdd34841de701d08632db27dabd9fac4aa104cb66
[dev.link] cmd/link: tweak genasmsym to eliminate Gotype ref

None of the users of genasmsym are doing anything with the Gotype
field of sym.Symbol, so remove that param from the callback function.

Change-Id: Ie902c4cdbcc6b68d353daf5ce21a99012161a946
Reviewed-on: https://go-review.googlesource.com/c/go/+/230545
Run-TryBot: Than McIntosh <thanm@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/cmd/link/internal/ld/lib.go
src/cmd/link/internal/ld/pe.go
src/cmd/link/internal/ld/symtab.go
src/cmd/link/internal/ld/xcoff.go