gcc/libgo/go
Ian Lance Taylor 1ca95ba067 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
2015-08-03 21:18:56 +00:00
..
archive
bufio
builtin
bytes
cmd go/cmd/go: always link external test packages first 2015-03-31 17:54:07 +00:00
compress
container
crypto
database/sql
debug re PR go/65587 (C package incomplete/not working for powerpc-linux-gnu) 2015-03-26 17:51:57 +00:00
encoding
errors
exp
expvar
flag
fmt
go go/build: cgo works on linux/arm64. 2015-03-12 17:05:22 +00:00
hash
html
image
index/suffixarray
internal/syscall
io
log
math
mime
net
old
os
path
reflect re PR go/65755 (incorrect reflection of struct fields with gccgo) 2015-04-17 18:19:44 +00:00
regexp
runtime re PR go/64683 (FAIL: runtime/pprof -- testing.go:278: The entry did not match) 2015-04-17 21:29:20 +00:00
sort
strconv
strings
sync
syscall syscall: RawSockaddr fix for ppc64, ppc64le 2015-08-03 21:18:56 +00:00
testing
text
time
unicode