summaryrefslogtreecommitdiff
path: root/gcc/go
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>2019-11-19 23:04:08 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2019-11-19 23:04:08 +0000
commit0c6ce0ae553a9a73bf4eb27d16ee751167806f8d (patch)
tree243f5f5dc8187a7e9ad55250bf754fc5f47e5477 /gcc/go
parentfce6467b1ef93c162f955a10d9bdb2bfb2e12c1c (diff)
libgo: better cmd/cgo handling for '.' in pkgpath
Updates cgo's gccgoPkgpathToSymbolNew() to bring it into conformance with the way that gccgo now handles package paths with embedded dots (see CL 200838). See also https://gcc.gnu.org/PR61880, a related bug. This CL is a copy of CL 207957 in the main Go repo. Updates golang/go#35623. Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/207977 From-SVN: r278470
Diffstat (limited to 'gcc/go')
-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 a981bb86c2d..4eab78b36b4 100644
--- a/gcc/go/gofrontend/MERGE
+++ b/gcc/go/gofrontend/MERGE
@@ -1,4 +1,4 @@
-25d5e9dca49ad3f49393b254dd87f8df51487c65
+245904ac148f15db530fb8d50f526c47d08024c5
The first line of this file holds the git revision number of the last
merge done from the gofrontend repository.