From 2e2beb567cb2a59a8b54d8f2cd3fbd8eb1116013 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Mon, 18 Aug 2014 21:07:11 -0400 Subject: [PATCH] doc/go1.4: mention pc-relative addressing on amd64 CC=golang-codereviews https://golang.org/cl/124580043 --- doc/go1.4.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/go1.4.txt b/doc/go1.4.txt index 60e4bd9e68..b3ba7480d6 100644 --- a/doc/go1.4.txt +++ b/doc/go1.4.txt @@ -7,6 +7,7 @@ Please keep the list sorted (as in sort.Strings of the lines). spec: permit for range x (CL 104680043) +cmd/6l, liblink: use pc-relative addressing for all memory references, so that linking Go binaries at high addresses works (CL 125140043). This cuts the maximum size of a Go binary's text+data+bss from 4GB to 2GB. cmd/go: import comments (CL 124940043) cmd/go: implement "internal" (CL 120600043)