]> Cypherpunks repositories - gostls13.git/commit
[dev.link] cmd/link: convert reloc pass to using the loader when internal linking
authorCherry Zhang <cherryyz@google.com>
Sun, 26 Apr 2020 02:08:50 +0000 (22:08 -0400)
committerCherry Zhang <cherryyz@google.com>
Tue, 28 Apr 2020 22:44:41 +0000 (22:44 +0000)
commit76c6cce1160996e730d87e620ddb674b1d54f96e
tree94e1c73c982ea0eba82ca76f2640e489a5cade4c
parent1adae7fe76d27cb9623cb269bb3ede2372f5eea6
[dev.link] cmd/link: convert reloc pass to using the loader when internal linking

Only enabled for AMD64 when internal linking for now.

Change-Id: I2aa9ee47c0f7413ea7bbcdd31b8317c14220bba3
Reviewed-on: https://go-review.googlesource.com/c/go/+/230302
Run-TryBot: Cherry Zhang <cherryyz@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Than McIntosh <thanm@google.com>
src/cmd/link/internal/amd64/asm.go
src/cmd/link/internal/ld/data.go
src/cmd/link/internal/ld/data2.go
src/cmd/link/internal/ld/lib.go
src/cmd/link/internal/ld/main.go
src/cmd/link/internal/loader/loader.go