runtime: correct runtime structfield type to match reflect
commit387c353ebc9b928e31168c75ee38b1a3a76a2387
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 6 Feb 2018 15:18:50 +0000 (6 15:18 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 6 Feb 2018 15:18:50 +0000 (6 15:18 +0000)
treefb04c3aa403bdf247afafcc485c9fe87cf71fd3b
parent35c607837df294fbd8c477f5c814627ea0c46731
runtime: correct runtime structfield type to match reflect

    The offset field in structfield has changed to offsetAnon, and now
    requires a shift to get the actual offset value.

    Fixes golang/go#23391

    Reviewed-on: https://go-review.googlesource.com/92275

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@257413 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/go/gofrontend/MERGE
libgo/go/runtime/cgocall.go
libgo/go/runtime/type.go