r226533 - in /trunk: gcc/go/gofrontend/MERGE li...
ian@gcc.gnu.org
ian@gcc.gnu.org
Mon Aug 3 21:18:00 GMT 2015
Author: ian
Date: Mon Aug 3 21:18:56 2015
New Revision: 226533
URL: https://gcc.gnu.org/viewcvs?rev=226533&root=gcc&view=rev
Log:
syscall: RawSockaddr fix for ppc64, ppc64le
The struct RawSockaddr contains a field Data which
should be uint8 on ppc64 and ppc64le, but is declared
as int8 in gccgo. This change adds a two new files
which contain the structure declaration for
RawSockaddr, one with the correct types for for ppc64
and ppc64le, and the other for non-ppc64 platforms.
Fixes golang/go#11469
Reviewed-on: https://go-review.googlesource.com/11946
Added:
trunk/libgo/go/syscall/socket_linux_ppc64x_type.go
trunk/libgo/go/syscall/socket_linux_type.go
Modified:
trunk/gcc/go/gofrontend/MERGE
trunk/libgo/Makefile.am
trunk/libgo/Makefile.in
trunk/libgo/go/syscall/socket_linux.go
More information about the Gcc-cvs
mailing list