]> Cypherpunks repositories - gostls13.git/commit
build: make int 64 bits on amd64
authorRuss Cox <rsc@golang.org>
Tue, 25 Sep 2012 00:57:01 +0000 (20:57 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 25 Sep 2012 00:57:01 +0000 (20:57 -0400)
commit10ea6519e4e61d47385ca7b7f60ca96856271de7
tree97bbc154b3bb2b0d5807a359f31a7c72550bee5d
parentf8c58373e53a9399a9ea75f744c717fc59be3839
build: make int 64 bits on amd64

The assembly offsets were converted mechanically using
code.google.com/p/rsc/cmd/asmlint. The instruction
changes were done by hand.

Fixes #2188.

R=iant, r, bradfitz, remyoudompheng
CC=golang-dev
https://golang.org/cl/6550058
doc/go1.1.html [new file with mode: 0644]
doc/go_faq.html
src/cmd/6g/galign.c
src/cmd/6l/l.h
src/cmd/cgo/main.go
src/cmd/dist/goc2c.c
src/pkg/bytes/asm_amd64.s
src/pkg/hash/crc32/crc32_amd64.s
src/pkg/math/big/arith_amd64.s
src/pkg/runtime/runtime.h
test/index.go