diff options
author | Clément Chigot <clement.chigot@atos.net> | 2022-03-01 09:25:26 +0100 |
---|---|---|
committer | Ian Lance Taylor <iant@golang.org> | 2022-03-04 10:27:10 -0800 |
commit | e71079517f16fee6759bad2be14f574c3548743e (patch) | |
tree | d5c2f29d126a2f98d6ef56d6a8320d83b76d58bb /gcc/go | |
parent | 6be8281c16e14e8a06057a38c01d80e56c14fdb3 (diff) | |
download | gcc-e71079517f16fee6759bad2be14f574c3548743e.zip gcc-e71079517f16fee6759bad2be14f574c3548743e.tar.gz gcc-e71079517f16fee6759bad2be14f574c3548743e.tar.bz2 |
libgo: move golang.org/x/sync/semaphore to gotool packages
golang/x/sync/semaphore is required by gofmt.go.
Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/388634
Diffstat (limited to 'gcc/go')
-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 5cf2ace..7778cd9 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -34dece725f9f8826f4abe86209112626867bc716 +943b95876ca0f14c3cea7067d33170ba76cf0fab The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |