aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2020-10-02 16:03:37 -0700
committerIan Lance Taylor <iant@golang.org>2020-11-17 18:32:07 -0800
commit397654d66a4f84d4439e046cd330d9968af3b62b (patch)
tree37402d687877131f53eae33139be194f9d26cb84 /gcc
parent4dabb03719553f88ef0d74c75ccdc6c8aa172d6b (diff)
downloadgcc-397654d66a4f84d4439e046cd330d9968af3b62b.zip
gcc-397654d66a4f84d4439e046cd330d9968af3b62b.tar.gz
gcc-397654d66a4f84d4439e046cd330d9968af3b62b.tar.bz2
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 'gcc')
-rw-r--r--gcc/go/gofrontend/MERGE2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE
index e62578f..1f3c25c 100644
--- a/gcc/go/gofrontend/MERGE
+++ b/gcc/go/gofrontend/MERGE
@@ -1,4 +1,4 @@
-893fa057e36ae6c9b2ac5ffdf74634c35b3489c6
+c948c2d770122932a05b62f653efa2c51f72d3ae
The first line of this file holds the git revision number of the last
merge done from the gofrontend repository.