gcc/libgo/go
Ian Lance Taylor 7e6fecf500 runtime: for FFI, treat directIface types as pointers
This only matters on systems that pass a struct with a single pointer
    field differently than passing a single pointer.  I noticed it on
    32-bit PPC, where the reflect package TestDirectIfaceMethod failed.
    
    Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/195878

From-SVN: r275814
2019-09-17 20:26:21 +00:00
..
archive
bufio
builtin
bytes
cmd libgo: update to Go1.13 2019-09-12 23:22:53 +00:00
compress
container
context libgo: update to Go1.13 2019-09-12 23:22:53 +00:00
crypto libgo: update to Go1.13 2019-09-12 23:22:53 +00:00
database/sql
debug libgo: update to Go1.13 2019-09-12 23:22:53 +00:00
encoding libgo: update to Go1.13 2019-09-12 23:22:53 +00:00
errors libgo: update to Go1.13 2019-09-12 23:22:53 +00:00
expvar libgo: update to Go1.13 2019-09-12 23:22:53 +00:00
flag
fmt libgo: update to Go1.13 2019-09-12 23:22:53 +00:00
go libgo: update to Go1.13 2019-09-12 23:22:53 +00:00
golang.org/x libgo: update to Go1.13 2019-09-12 23:22:53 +00:00
hash
html
image
index/suffixarray
internal libgo: update to Go1.13 2019-09-12 23:22:53 +00:00
io
log
math
mime
net libgo: update to Go1.13 2019-09-12 23:22:53 +00:00
os libgo: update to Go1.13 2019-09-12 23:22:53 +00:00
path libgo: update to Go1.13 2019-09-12 23:22:53 +00:00
plugin
reflect re PR go/91781 (r275691 breaks go test "reflect") 2019-09-17 20:24:00 +00:00
regexp
runtime runtime: for FFI, treat directIface types as pointers 2019-09-17 20:26:21 +00:00
sort
strconv libgo: update to Go1.13 2019-09-12 23:22:53 +00:00
strings libgo: update to Go1.13 2019-09-12 23:22:53 +00:00
sync libgo: update to Go1.13 2019-09-12 23:22:53 +00:00
syscall libgo: update to Go1.13 2019-09-12 23:22:53 +00:00
testdata
testing libgo: update to Go1.13 2019-09-12 23:22:53 +00:00
text libgo: update to Go1.13 2019-09-12 23:22:53 +00:00
time libgo: update to Go1.13 2019-09-12 23:22:53 +00:00
unicode