aboutsummaryrefslogtreecommitdiff
path: root/gcc/go
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2018-05-09 21:49:47 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2018-05-09 21:49:47 +0000
commit2f55f4aa6c403c58480cc9040b1c17238c17a54f (patch)
treedb15ce3c24c21d5a4a060f2342339882ef0cc014 /gcc/go
parentf2410266a00a3ebd6db07007aa82333b4f6ee6c2 (diff)
downloadgcc-2f55f4aa6c403c58480cc9040b1c17238c17a54f.zip
gcc-2f55f4aa6c403c58480cc9040b1c17238c17a54f.tar.gz
gcc-2f55f4aa6c403c58480cc9040b1c17238c17a54f.tar.bz2
go/build, cmd/go: update to match recent changes to gc
Several recent changes to the gc version of cmd/go improve the gofrontend support. These changes are partially copies of existing gofrontend differences, and partially new code. This CL makes the gofrontend match the upstream code. The changes included here come from: https://golang.org/cl/111575 https://golang.org/cl/111595 https://golang.org/cl/111635 https://golang.org/cl/111636 For the record, the following recent gc changes are based on code already present in the gofrontend repo: https://golang.org/cl/110915 https://golang.org/cl/111615 For the record, a gc change, partially based on earlier gofrontend work, also with new gc code, was already copied to gofrontend repo in CL 111099: https://golang.org/cl/111097 This moves the generated list of standard library packages from cmd/go/internal/load to go/build. Reviewed-on: https://go-review.googlesource.com/112475 gotools/: * Makefile.am (check-go-tool): Don't copy zstdpkglist.go. * Makefile.in: Rebuild. From-SVN: r260097
Diffstat (limited to 'gcc/go')
-rw-r--r--gcc/go/gofrontend/MERGE2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE
index 05ecf26..319d2f5 100644
--- a/gcc/go/gofrontend/MERGE
+++ b/gcc/go/gofrontend/MERGE
@@ -1,4 +1,4 @@
-6b0355769edd9543e6c5f2270b26b140bb96e9aa
+290c93f08f4456f0552b0764e28573164e47f259
The first line of this file holds the git revision number of the last
merge done from the gofrontend repository.