]> Cypherpunks repositories - gostls13.git/commit
[dev.link] cmd/link: add loader.Sym equivalents to ArchSyms
authorThan McIntosh <thanm@google.com>
Wed, 18 Mar 2020 17:26:38 +0000 (13:26 -0400)
committerThan McIntosh <thanm@google.com>
Wed, 25 Mar 2020 12:47:34 +0000 (12:47 +0000)
commitdd66786029f9d53554dd78ab02a75ff448c051b4
tree5915d32d0e8030bc7d386f2ac0f74e810b5816ba
parente14efb686564a778002b8fe1ab0c40e4f6c62da1
[dev.link] cmd/link: add loader.Sym equivalents to ArchSyms

Populate ArchSyms with loader.Sym versions of important symbols,
so as to be able to convert the code that uses ArchSyms to the
new loader interfaces.

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