]> Cypherpunks repositories - gostls13.git/commit
go/internal/gccgoimporter: unmodified copy of x/tools/go/gccgoimporter
authorRobert Griesemer <gri@golang.org>
Tue, 16 Jun 2015 23:28:57 +0000 (16:28 -0700)
committerRobert Griesemer <gri@golang.org>
Wed, 17 Jun 2015 23:03:13 +0000 (23:03 +0000)
commitf6ae5f96c7a1919d2d6f4d658737bc5082d9e996
treea39fe051a3b9ca717714bb83c76420fb82aed307
parentbbf79575a56afdd4f2aadbdcee6bdd700160516a
go/internal/gccgoimporter: unmodified copy of x/tools/go/gccgoimporter

This change will brake the build. The immediately following change
contains the necessary adjustments to make it work again. We're
doing this in two steps to expose the manual changes applied.

Change-Id: I225947da23e190b12e12cbd0c5e6e91628de7f53
Reviewed-on: https://go-review.googlesource.com/11151
Reviewed-by: Alan Donovan <adonovan@google.com>
12 files changed:
src/go/internal/gccgoimporter/gccgoinstallation.go [new file with mode: 0644]
src/go/internal/gccgoimporter/gccgoinstallation_test.go [new file with mode: 0644]
src/go/internal/gccgoimporter/importer.go [new file with mode: 0644]
src/go/internal/gccgoimporter/importer_test.go [new file with mode: 0644]
src/go/internal/gccgoimporter/parser.go [new file with mode: 0644]
src/go/internal/gccgoimporter/parser_test.go [new file with mode: 0644]
src/go/internal/gccgoimporter/testdata/complexnums.go [new file with mode: 0644]
src/go/internal/gccgoimporter/testdata/complexnums.gox [new file with mode: 0644]
src/go/internal/gccgoimporter/testdata/imports.go [new file with mode: 0644]
src/go/internal/gccgoimporter/testdata/imports.gox [new file with mode: 0644]
src/go/internal/gccgoimporter/testdata/pointer.go [new file with mode: 0644]
src/go/internal/gccgoimporter/testdata/pointer.gox [new file with mode: 0644]