]> Cypherpunks repositories - gostls13.git/commit
cmd/link: use external linking for PIE by default
authorDavid Crawshaw <crawshaw@golang.org>
Mon, 6 Feb 2017 22:52:26 +0000 (17:52 -0500)
committerDavid Crawshaw <crawshaw@golang.org>
Mon, 6 Feb 2017 23:04:46 +0000 (23:04 +0000)
commitab067cde34b515172cf51b4c562b2b4ef3cbe587
tree3eab86a8cad705c2e4fcaed219bb9fcf4e1230c5
parent5f374ea8fb3754703a01ddf94e729f926317bf67
cmd/link: use external linking for PIE by default

Now `go test -buildmode=pie std -short` passes on linux/amd64.

Updates #18968

Change-Id: Ide21877713e00edc64c1700c950016d6bff8de0e
Reviewed-on: https://go-review.googlesource.com/36417
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/link/internal/ld/config.go