cmd/go: update to match recent changes to gc
commite86a25472afc18eb22da3d2944eb9d0d8d9de495
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 4 May 2018 01:34:30 +0000 (4 01:34 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 4 May 2018 01:34:30 +0000 (4 01:34 +0000)
treea9a9eeee039e6d87b7e8e3de6831a7a0fef92747
parentb123749ae93eb47d3f2274832581b8164dfaab18
cmd/go: update to match recent changes to gc

    In https://golang.org/cl/111097 the gc version of cmd/go was updated
    to include some gofrontend-specific changes. The gofrontend code
    already has different versions of those changes; this CL makes the
    gofrontend match the upstream code.

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@259918 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/go/gofrontend/MERGE
libgo/go/cmd/go/alldocs.go
libgo/go/cmd/go/internal/cfg/cfg.go
libgo/go/cmd/go/internal/help/helpdoc.go
libgo/go/cmd/go/internal/load/pkg.go
libgo/go/go/build/build.go
libgo/go/go/build/gc.go [new file with mode: 0644]
libgo/go/go/build/gccgo.go [new file with mode: 0644]