mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
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:
parent
b91cc53033
commit
014f3e1e09
2 changed files with 243 additions and 221 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue