libgo: update to Go1.16.3 release
commiteb49f7de9341cb464327234c3a673ce3ef642e01
authorIan Lance Taylor <iant@golang.org>
Mon, 12 Apr 2021 21:15:16 +0000 (12 14:15 -0700)
committerIan Lance Taylor <iant@golang.org>
Mon, 12 Apr 2021 22:23:16 +0000 (12 15:23 -0700)
tree44682a0f81f3aeef685487c61e375abe6a0904d5
parent84081e2c6bd43a6790f751755865cf4227adac7c
libgo: update to Go1.16.3 release

Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/309490
21 files changed:
gcc/go/gofrontend/MERGE
libgo/MERGE
libgo/VERSION
libgo/go/cmd/go.mod
libgo/go/cmd/go/alldocs.go
libgo/go/cmd/go/internal/modfetch/cache.go
libgo/go/cmd/go/internal/modfetch/fetch.go
libgo/go/cmd/go/internal/work/build.go
libgo/go/cmd/go/testdata/script/mod_verify.txt
libgo/go/cmd/vendor/modules.txt
libgo/go/golang.org/x/mod/module/module.go
libgo/go/runtime/symtab_test.go
libgo/go/runtime/time.go
libgo/go/testing/helper_test.go
libgo/go/testing/testing.go
libgo/go/time/sleep_test.go
libgo/misc/cgo/testplugin/plugin_test.go
libgo/misc/cgo/testplugin/testdata/issue44956/base/base.go [new file with mode: 0644]
libgo/misc/cgo/testplugin/testdata/issue44956/main.go [new file with mode: 0644]
libgo/misc/cgo/testplugin/testdata/issue44956/plugin1.go [new file with mode: 0644]
libgo/misc/cgo/testplugin/testdata/issue44956/plugin2.go [new file with mode: 0644]