diff options
author | Ian Lance Taylor <iant@golang.org> | 2020-02-17 18:16:41 -0800 |
---|---|---|
committer | Ian Lance Taylor <iant@golang.org> | 2020-02-18 12:03:13 -0800 |
commit | 855b4aaeabdcddce04ff9295c4b0e6c7aa6db96b (patch) | |
tree | 71d1ac4b10dc34681bd6a1d0598033ff59fa5615 /gcc/go/gofrontend | |
parent | ce7b39d0fc694e5ec80520b7cc76f91a5476d7db (diff) | |
download | gcc-855b4aaeabdcddce04ff9295c4b0e6c7aa6db96b.zip gcc-855b4aaeabdcddce04ff9295c4b0e6c7aa6db96b.tar.gz gcc-855b4aaeabdcddce04ff9295c4b0e6c7aa6db96b.tar.bz2 |
cmd/go: update -DGOPKGPATH to use current pkgpath encoding
This will need to be done in the gc version too, probably more cleverly.
This version will ensure that the next GCC release works correctly
when using the GCC version of the go tool.
Updates golang/go#37272
Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/219817
Diffstat (limited to 'gcc/go/gofrontend')
-rw-r--r-- | gcc/go/gofrontend/MERGE | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE index 47dd5fb..ce10ee1 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -8505defaa91ecc5b42afd02eb335981e8b02b288 +d5d00d310ec33aeb18f33f807956ec0c4eeea6bb The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |