]> Cypherpunks repositories - gostls13.git/commit
cmd/link: reenable internal linking PIE on linux/amd64 and linux/arm64
authorCherry Zhang <cherryyz@google.com>
Wed, 26 Feb 2020 15:08:30 +0000 (10:08 -0500)
committerCherry Zhang <cherryyz@google.com>
Thu, 27 Feb 2020 01:40:38 +0000 (01:40 +0000)
commitc70f069902c8dc4c76003eb494e549bafdd3313e
tree5c86434b9e4d5fc97fdd561ec3e37813139927e7
parent12cd55c062d6062a64076cb37f12ab7646df1be7
cmd/link: reenable internal linking PIE on linux/amd64 and linux/arm64

It was enabled in CL 207877, but then accidentally disabled in
CL 207299 due to a bad rebase. Reenable.

Change-Id: I147bf724a4263d4aae54576a36cc7e1cad5e8a2c
Reviewed-on: https://go-review.googlesource.com/c/go/+/221098
Run-TryBot: Cherry Zhang <cherryyz@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Elias Naur <mail@eliasnaur.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/link/internal/ld/config.go