]> Cypherpunks repositories - gostls13.git/commit
[dev.link] cmd/link: remove symbol movement workaround in dodata
authorCherry Zhang <cherryyz@google.com>
Sat, 25 Apr 2020 18:25:18 +0000 (14:25 -0400)
committerCherry Zhang <cherryyz@google.com>
Mon, 27 Apr 2020 13:56:20 +0000 (13:56 +0000)
commit26d6d077859c8d778ec51036fb8e9b4676e181b6
tree009f2351669f242d282621550892264e70aa66df
parentf8b74eafd5d2019a7a0fcfc21e037ba5f2f84732
[dev.link] cmd/link: remove symbol movement workaround in dodata

It is supposed to work around symbol movement in machosymorder.
But machosymorder doesn't actually move symbols around.

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