mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
[dev.link] cmd/link: remove elfsetstring
No longer needed. Change-Id: I7cd08915e4731c4546414340df69521e2347367f Reviewed-on: https://go-review.googlesource.com/c/go/+/233521 Run-TryBot: Cherry Zhang <cherryyz@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Than McIntosh <thanm@google.com>
This commit is contained in:
parent
69261d1f36
commit
2eb475be6b
6 changed files with 6 additions and 28 deletions
|
|
@ -312,7 +312,7 @@ const (
|
|||
nonPkgRef
|
||||
)
|
||||
|
||||
type elfsetstringFunc func(s *sym.Symbol, str string, off int)
|
||||
type elfsetstringFunc func(str string, off int)
|
||||
|
||||
// extSymPayload holds the payload (data + relocations) for linker-synthesized
|
||||
// external symbols (note that symbol value is stored in a separate slice).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue