aboutsummaryrefslogtreecommitdiff
path: root/gcc/go
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>2015-08-03 21:18:56 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2015-08-03 21:18:56 +0000
commit1ca95ba067db107e360f79acc95fd987ecb7b37b (patch)
tree91bb0c10eb34456977a82dcf78aec4e8f864cddb /gcc/go
parentab977fd881b81c9a03ea709fee8b02fb34cd3897 (diff)
downloadgcc-1ca95ba067db107e360f79acc95fd987ecb7b37b.zip
gcc-1ca95ba067db107e360f79acc95fd987ecb7b37b.tar.gz
gcc-1ca95ba067db107e360f79acc95fd987ecb7b37b.tar.bz2
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 From-SVN: r226533
Diffstat (limited to 'gcc/go')
-rw-r--r--gcc/go/gofrontend/MERGE2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE
index 56ae88e..3c9b886 100644
--- a/gcc/go/gofrontend/MERGE
+++ b/gcc/go/gofrontend/MERGE
@@ -1,4 +1,4 @@
-7a6089333f4ab10449f9140c4639cfe741abcb25
+a850225433a66a58613c22185c3b09626f5545eb
The first line of this file holds the git revision number of the last
merge done from the gofrontend repository.