cmd/internal/obj: more idiomatic object writer

Change-Id: I41722ee605ea76a6b52e8a7e1e10f2293cef1a7a
Reviewed-on: https://go-review.googlesource.com/21371
Reviewed-by: David Crawshaw <crawshaw@golang.org>
This commit is contained in:
Shahar Kohanim 2016-03-31 12:59:05 +03:00 committed by Brad Fitzpatrick
parent b91cc53033
commit 014f3e1e09
2 changed files with 243 additions and 221 deletions

View file

@ -658,7 +658,6 @@ type Link struct {
Textp *LSym
Etextp *LSym
Errors int
RefsWritten int // Number of symbol references already written to object file.
// state for writing objects
Text []*LSym