gcc/libgo/go/cmd
Ian Lance Taylor 2f55f4aa6c 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
2018-05-09 21:49:47 +00:00
..
buildid libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
cgo libgo: add support for the Nios II architecture 2018-05-02 22:28:46 +00:00
go go/build, cmd/go: update to match recent changes to gc 2018-05-09 21:49:47 +00:00
gofmt libgo: update to go1.9 2017-09-14 17:11:35 +00:00
internal cmd/go: buildid support for AIX archives. 2018-01-23 04:44:12 +00:00
test2json libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
vet go/types: implement SizesFor for gccgo 2018-01-14 04:59:01 +00:00