summaryrefslogtreecommitdiff
path: root/src/cmd/5g
diff options
context:
space:
mode:
authorDave Cheney <dave@cheney.net>2014-02-25 09:47:42 -0500
committerDave Cheney <dave@cheney.net>2014-02-25 09:47:42 -0500
commit0e79f07290bb48f4188338b63faeb771a76e647a (patch)
treed5f6df7e130b20c5907de69e07dfafa943434fa8 /src/cmd/5g
parent52dde77c1b85ecfae27ac82645c1ea5ec80db930 (diff)
downloadgo-0e79f07290bb48f4188338b63faeb771a76e647a.tar.gz
all: merge NaCl branch (part 1)
See golang.org/s/go13nacl for design overview. This CL is the mostly mechanical changes from rsc's Go 1.2 based NaCl branch, specifically 39cb35750369 to 500771b477cf from https://code.google.com/r/rsc-go13nacl. This CL does not include working NaCl support, there are probably two or three more large merges to come. CL 15750044 is not included as it involves more invasive changes to the linker which will need to be merged separately. The exact change lists included are 15050047: syscall: support for Native Client 15360044: syscall: unzip implementation for Native Client 15370044: syscall: Native Client SRPC implementation 15400047: cmd/dist, cmd/go, go/build, test: support for Native Client 15410048: runtime: support for Native Client 15410049: syscall: file descriptor table for Native Client 15410050: syscall: in-memory file system for Native Client 15440048: all: update +build lines for Native Client port 15540045: cmd/6g, cmd/8g, cmd/gc: support for Native Client 15570045: os: support for Native Client 15680044: crypto/..., hash/crc32, reflect, sync/atomic: support for amd64p32 15690044: net: support for Native Client 15690048: runtime: support for fake time like on Go Playground 15690051: build: disable various tests on Native Client LGTM=rsc R=rsc CC=golang-codereviews https://codereview.appspot.com/68150047 Committer: Russ Cox <rsc@golang.org>
Diffstat (limited to 'src/cmd/5g')
-rw-r--r--src/cmd/5g/galign.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/5g/galign.c b/src/cmd/5g/galign.c
index 62f435e0e..14d323fa7 100644
--- a/src/cmd/5g/galign.c
+++ b/src/cmd/5g/galign.c
@@ -29,6 +29,7 @@ betypeinit(void)
{
widthptr = 4;
widthint = 4;
+ widthreg = 4;
zprog.link = P;
zprog.as = AGOK;