]> Cypherpunks repositories - gostls13.git/commit
[dev.link] cmd/link/internal/loader: remove Propagate* shim functions
authorThan McIntosh <thanm@google.com>
Wed, 13 May 2020 15:42:36 +0000 (11:42 -0400)
committerThan McIntosh <thanm@google.com>
Wed, 13 May 2020 16:34:29 +0000 (16:34 +0000)
commitd72ea427c6853742e8e49cb9dbcd64c36bb6270d
treec8f9fead3b8e421449e06641725fbd97ced368a1
parent1024cabc4833fb654f3e2661a416367342277f95
[dev.link] cmd/link/internal/loader: remove Propagate* shim functions

Remove the loader's PropagateSymbolChangesBackToLoader and
PropagateLoaderChangesToSymbols shim functions. These were used at one
point to enable conversion of phases in the linker that were
"downstream" of loadlibfull -- given the current wavefront position
there's not much point keeping them around.

Change-Id: I3f01f25b70b1b80240369c8f3a10dca89931610f
Reviewed-on: https://go-review.googlesource.com/c/go/+/233817
Run-TryBot: Than McIntosh <thanm@google.com>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/link/internal/loader/loader.go