]> Cypherpunks repositories - gostls13.git/commit
cmd/link: remove R_ADDR relocation workaround for macho arm64
authorElias Naur <elias.naur@gmail.com>
Sat, 21 Apr 2018 11:27:13 +0000 (13:27 +0200)
committerElias Naur <elias.naur@gmail.com>
Mon, 23 Apr 2018 16:00:55 +0000 (16:00 +0000)
commit3363e98371a5b4dd8d9b568a0cb6570583ce6781
tree376cf62b0377089ecc975f779bbb46462e33438e
parent1f71892610023243ea70abc3d60c2ac94b650cb5
cmd/link: remove R_ADDR relocation workaround for macho arm64

The workarounds doesn't seem necessary anymore, and blocks DWARF
on darwin/arm64.

Updates #24883.

Change-Id: Ic917c767d3b4f6c51be25566956296f5dd4ead10
Reviewed-on: https://go-review.googlesource.com/108655
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/cmd/link/internal/arm64/asm.go
src/cmd/link/internal/ld/data.go