]> Cypherpunks repositories - gostls13.git/commit
[dev.link] cmd/link: remove elderly ld bug workaround on arm64
authorThan McIntosh <thanm@google.com>
Mon, 4 May 2020 18:24:03 +0000 (14:24 -0400)
committerThan McIntosh <thanm@google.com>
Tue, 5 May 2020 16:23:24 +0000 (16:23 +0000)
commit9a097ea8f2e7d00606481c4a5dcddfb8c519ce1b
tree18906c2e698955718fa79f472956f654c981eea5
parentafbf9d47dd993fe235c58df611a3fdb4eb526bfc
[dev.link] cmd/link: remove elderly ld bug workaround on arm64

The arm64 archreloc method contains a workaround for a 2015-era
binutils/linker bug, https://sourceware.org/bugzilla/show_bug.cgi?id=18270.
This bug has been fixed for some time now, so remove the workaround
for it (the workaround includes some code that mutates a relocation
type, which is something we want to void doing in the new linker).

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