]> Cypherpunks repositories - gostls13.git/commit
cmd/compile, cmd/asm: remove Link.Plists
authorHeschi Kreinick <heschi@google.com>
Fri, 17 Feb 2017 21:52:16 +0000 (16:52 -0500)
committerHeschi Kreinick <heschi@google.com>
Wed, 1 Mar 2017 00:29:23 +0000 (00:29 +0000)
commitac7761e1a4c04154b557fa2294e0778bbf9373f9
tree56c362e3c1f163566941df87b9f7b5f93be8ac51
parentac4a86523c2521555b9ea104157fcc8cf5ce79f5
cmd/compile, cmd/asm: remove Link.Plists

Link.Plists never contained more than one Plist, and sometimes none.
Passing around the Plist being worked on is straightforward and makes
the data flow easier to follow.

Change-Id: I79cb30cb2bd3d319fdbb1dfa5d35b27fcb748e5c
Reviewed-on: https://go-review.googlesource.com/37169
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
src/cmd/asm/internal/asm/endtoend_test.go
src/cmd/asm/main.go
src/cmd/compile/internal/gc/dcl.go
src/cmd/compile/internal/gc/gsubr.go
src/cmd/compile/internal/gc/obj.go
src/cmd/compile/internal/gc/pgen.go
src/cmd/internal/obj/link.go
src/cmd/internal/obj/objfile.go
src/cmd/internal/obj/plist.go