1
0
mirror of https://github.com/golang/go synced 2024-09-25 03:20:13 -06:00
go/misc
Austin Clements 200e7bf6b1 misc/cgo: fix issue 9400 test on 386
issue9400_linux.go did not build on 386 because it used a constant
that was larger than a 32-bit int in a ... argument.  Fix this by
casting the constant to uint64 (to match how the constant is being
used).

Change-Id: Ie8cb64c3910382a41c7852be7734a62f0b2d5a21
Reviewed-on: https://go-review.googlesource.com/2060
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2014-12-23 02:22:50 +00:00
..
android build: adjustments for move from src/pkg to src 2014-09-08 00:06:45 -04:00
arm arm: add gdb support to android launcher script 2010-07-30 10:35:07 +03:00
cgo misc/cgo: fix issue 9400 test on 386 2014-12-23 02:22:50 +00:00
chrome/gophertool misc/chrome/gophertool: update for the git/gerrit transition 2014-12-18 07:34:46 +00:00
dashboard/codereview misc/dashboard/app, misc/dashboard/builder: delete from main repo; part of move to go.tools 2013-08-01 13:27:27 +10:00
git misc/git: add gofmt git pre-commit hook 2012-11-15 19:58:49 +01:00
linkcheck misc/linkcheck: better redirect handling, use meaningful exit code 2013-10-25 17:31:02 +03:00
makerelease misc/makerelease: fix build 2014-12-15 01:55:29 +00:00
nacl undo CL 176900044 / 561398621ba7 2014-11-17 14:21:29 +11:00
swig cmd/go: add any .c/.cc files to the SWIG shared library 2013-10-09 10:35:46 -07:00
benchcmp all: use golang.org/x/... import paths 2014-11-10 09:15:57 +11:00
editors misc: delete editor and shell support 2014-07-01 09:21:25 -07:00