cmd/go: update to match recent changes to gc
authorIan Lance Taylor <ian@gcc.gnu.org>
Fri, 4 May 2018 01:34:30 +0000 (01:34 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Fri, 4 May 2018 01:34:30 +0000 (01:34 +0000)
commit652293284321e34fa1d87ad70c28a854b5b47580
treea9a9eeee039e6d87b7e8e3de6831a7a0fef92747
parente7902c2c8f7a7b84fb2637319af2d7cf9cf42096
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

From-SVN: r259918
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]