1
0
mirror of https://github.com/golang/go synced 2024-11-08 18:26:14 -07:00
go/src/cmd/link
David Crawshaw 0346664421 cmd/link: convert symbol Add* functions to methods
Also reduce the passed context from *Link to *sys.Arch, so fewer
data dependencies need to be wired through all the code dealing
with symbols.

For #22095

Change-Id: I50969405d6562c5152bd1a3c443b72413e9b70bc
Reviewed-on: https://go-review.googlesource.com/67313
Run-TryBot: David Crawshaw <crawshaw@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2017-10-04 12:22:30 +00:00
..
internal cmd/link: convert symbol Add* functions to methods 2017-10-04 12:22:30 +00:00
doc.go
dwarf_test.go
link_test.go
linkbig_test.go
main.go cmd/link: remove SysArch global variable 2017-10-03 23:32:02 +00:00