]> Cypherpunks repositories - gostls13.git/commit
[dev.link] cmd/link: continue refactoring dodata
authorThan McIntosh <thanm@google.com>
Wed, 15 Apr 2020 13:42:13 +0000 (09:42 -0400)
committerThan McIntosh <thanm@google.com>
Mon, 20 Apr 2020 19:19:20 +0000 (19:19 +0000)
commit817bd10caee03fbf6fb6231934d9cf9a1b13c170
tree9624aa6c5dccd135f315c2a1a65c673ac1f7de7e
parent8ab37b1bafdd0040530f976f45c417029cda6965
[dev.link] cmd/link: continue refactoring dodata

Move more items into the dodata state object (including the "datsize"
variable used in allocateSections) and the Link ctxt pointer), so as
to prepare for follow-on refactorings. No change in functionality.

Change-Id: Ie2b1651c1ac9b89deb3f7692227dcd931240afa9
Reviewed-on: https://go-review.googlesource.com/c/go/+/228779
Run-TryBot: Than McIntosh <thanm@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Jeremy Faller <jeremy@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/cmd/link/internal/ld/data.go