]> Cypherpunks repositories - gostls13.git/commit
cmd/link: don't generate runtime.text twice for buildmode=plugin on darwin
authorHiroshi Ioka <hirochachacha@gmail.com>
Sun, 10 Sep 2017 22:51:57 +0000 (07:51 +0900)
committerDavid Crawshaw <crawshaw@golang.org>
Mon, 11 Sep 2017 02:30:05 +0000 (02:30 +0000)
commitf797e485e0acde9d2c5b458b61070985f4a3222d
tree59bce6d767b026f20135e119e441eeaeec95cb96
parente27a81221f5cdb529db1ba5481597526e05cb77c
cmd/link: don't generate runtime.text twice for buildmode=plugin on darwin

https://golang.org/cl/29394 changed to include runtime.text and
runtime.etext in ctxt.Textp as a work around.
But it seems that the CL forgot to change genasmsym.
As a result, we are generating runtime.text and runtime.etext twice.

Change-Id: If7f8faf496c1c489ffa4804da712f91a3d3f4be4
Reviewed-on: https://go-review.googlesource.com/62810
Reviewed-by: David Crawshaw <crawshaw@golang.org>
Run-TryBot: David Crawshaw <crawshaw@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/link/internal/ld/lib.go