]> Cypherpunks repositories - gostls13.git/commit
cmd/ld: abort if (32-bit) address relocation is negative on amd64.
authorShenghou Ma <minux.ma@gmail.com>
Tue, 20 May 2014 02:39:42 +0000 (22:39 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 20 May 2014 02:39:42 +0000 (22:39 -0400)
commit661298358c4c84ffacbc266321227a9b6efc7a3b
treea4f024773fa45a6da097408ecb73741b12ebddec
parent431b96bdbe7dc838551efc9959b3bdca780b9368
cmd/ld: abort if (32-bit) address relocation is negative on amd64.
Update #7980
This CL make the linker abort for the example program. For Go 1.4,
we need to find a general way to handle large memory model programs.

LGTM=dave, josharian, iant
R=iant, dave, josharian
CC=golang-codereviews
https://golang.org/cl/91500046
src/cmd/ld/data.c