]> Cypherpunks repositories - gostls13.git/commit
cmd/cgo: increase s390x int type size to 8 bytes
authorMichael Munday <munday@ca.ibm.com>
Fri, 8 Apr 2016 17:02:49 +0000 (13:02 -0400)
committerBrad Fitzpatrick <bradfitz@golang.org>
Fri, 8 Apr 2016 20:31:58 +0000 (20:31 +0000)
commit9ada88aec271a2f08c998e9669331145803e7d5a
treeb3aafd584c4a2a1438e9ad9ec70e7649ecec8aaa
parent59af53d681845a8b0be2a728ca1b59aee5ad9ea6
cmd/cgo: increase s390x int type size to 8 bytes

The size of the int type in Go on s390x is 8 bytes, not 4.

Change-Id: I1a71ce8c9925f3499abb61c1aa4f6fa2d2ec0d7e
Reviewed-on: https://go-review.googlesource.com/21760
Reviewed-by: Bill O'Farrell <billotosyr@gmail.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/cgo/main.go