diff options
| author | Ian Lance Taylor <iant@golang.org> | 2020-10-02 16:03:37 -0700 |
|---|---|---|
| committer | Ian Lance Taylor <iant@golang.org> | 2020-11-17 18:32:07 -0800 |
| commit | 397654d66a4f84d4439e046cd330d9968af3b62b (patch) | |
| tree | 37402d687877131f53eae33139be194f9d26cb84 /libgo/gotool-packages.txt | |
| parent | 4dabb03719553f88ef0d74c75ccdc6c8aa172d6b (diff) | |
cmd/go, cmd/cgo: update gofrontend mangling checks
This is a port of two patches in the master repository.
https://golang.org/cl/259298
cmd/cgo: split gofrontend mangling checks into cmd/internal/pkgpath
This is a step toward porting https://golang.org/cl/219817 from the
gofrontend repo to the main repo.
Note that this also corrects the implementation of the v2 mangling
scheme to use ..u and ..U where appropriate.
https://golang.org/cl/259299
cmd/go: use cmd/internal/pkgpath for gccgo pkgpath symbol
For golang/go#37272
For golang/go#41862
Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/270637
Diffstat (limited to 'libgo/gotool-packages.txt')
| -rw-r--r-- | libgo/gotool-packages.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libgo/gotool-packages.txt b/libgo/gotool-packages.txt index 745c34cd2e6..c11df029192 100644 --- a/libgo/gotool-packages.txt +++ b/libgo/gotool-packages.txt @@ -43,6 +43,7 @@ cmd/internal/buildid cmd/internal/diff cmd/internal/edit cmd/internal/objabi +cmd/internal/pkgpath cmd/internal/sys cmd/internal/test2json golang.org/x/crypto/ed25519 |
