]> Cypherpunks repositories - gostls13.git/commit
cmd/link: R_ADDR dynamic relocs for internal PIE
authorDavid Crawshaw <crawshaw@golang.org>
Tue, 13 Sep 2016 12:24:07 +0000 (08:24 -0400)
committerDavid Crawshaw <crawshaw@golang.org>
Wed, 14 Sep 2016 13:27:30 +0000 (13:27 +0000)
commit5940a007c14af11fe35f48d8f7daa3cd9036aaa3
treefdf1af8fd6c9c469145b372e986ff3b6674fda18
parent6fd8c006adf792e523232a026823a5444893f28f
cmd/link: R_ADDR dynamic relocs for internal PIE

This gets -buildmode=pie -ldflags=-linkmode=internal working on
Ubuntu 16.04.

Fixes #17068

Change-Id: Ice5036199005fb528cc58279a7f057170dc6b73d
Reviewed-on: https://go-review.googlesource.com/29118
Run-TryBot: David Crawshaw <crawshaw@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Michael Hudson-Doyle <michael.hudson@canonical.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/link/internal/amd64/asm.go