]> Cypherpunks repositories - gostls13.git/commit
[dev.link] cmd/link: avoid reading symbol Data in archreloc on ARM64
authorCherry Zhang <cherryyz@google.com>
Tue, 21 Jul 2020 21:59:48 +0000 (17:59 -0400)
committerCherry Zhang <cherryyz@google.com>
Thu, 23 Jul 2020 16:38:27 +0000 (16:38 +0000)
commitea708dc94cf35ce73f66de9c05fee66d30615c4d
tree05dc6e73b34dc385acd3b1f61c247e3b19dc5b6f
parentee8541e5b83252fd025ce0ef3f02b3abd23b80f5
[dev.link] cmd/link: avoid reading symbol Data in archreloc on ARM64

The previous CL changed it to drop the Data when writing out a
symbol. Don't read the data.

Fix ARM64 build.

Change-Id: I121e9b0ebef123dbbc4ddffc02bf1a42788532f4
Reviewed-on: https://go-review.googlesource.com/c/go/+/244038
Reviewed-by: Jeremy Faller <jeremy@golang.org>
Run-TryBot: Cherry Zhang <cherryyz@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/link/internal/arm64/asm.go