libgo: update to final Go 1.8 release
commit05d523f4f3a3405454bea9b2c665bc04497841e2
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 17 Feb 2017 15:43:39 +0000 (17 15:43 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 17 Feb 2017 15:43:39 +0000 (17 15:43 +0000)
tree01db6511f47b5c9c301fa6f57b0df9376c364fd5
parent6ed5880917b30420fa45530a3832366c17d481d4
libgo: update to final Go 1.8 release

    Along with the update this fixes a problem that was always present but
    only showed up with the new reflect test.  When a program used a
    **unsafe.Pointer and stored the value in an interface type, the
    generated type descriptor pointed to the GC data for *unsafe.Pointer.
    It did that by name, but we were not generating a variable with the
    right name.

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@245535 138bc75d-0d04-0410-961f-82ee72b054a4
20 files changed:
gcc/go/gofrontend/MERGE
libgo/MERGE
libgo/VERSION
libgo/go/cmd/go/alldocs.go
libgo/go/cmd/go/get.go
libgo/go/cmd/go/go_test.go
libgo/go/cmd/go/main.go
libgo/go/crypto/x509/root_linux.go
libgo/go/database/sql/ctxutil.go
libgo/go/database/sql/sql.go
libgo/go/database/sql/sql_test.go
libgo/go/encoding/xml/marshal.go
libgo/go/encoding/xml/marshal_test.go
libgo/go/go/build/build.go
libgo/go/reflect/all_test.go
libgo/go/reflect/type.go
libgo/go/runtime/testdata/testprogcgo/threadpprof.go
libgo/go/runtime/testdata/testprogcgo/traceback.go
libgo/go/testing/testing.go
libgo/runtime/go-unsafe-pointer.c