diff options
author | Ian Lance Taylor <iant@golang.org> | 2020-12-07 15:25:43 -0800 |
---|---|---|
committer | Ian Lance Taylor <iant@golang.org> | 2020-12-07 17:08:48 -0800 |
commit | 9121f8084162ff6193a5e941cab1429e4180997a (patch) | |
tree | 7c259bc2380f9c8fccb82f433ab43d1642616c48 /gcc/go | |
parent | bc8a7013802eadc666764eb244eee2441f375954 (diff) | |
download | gcc-9121f8084162ff6193a5e941cab1429e4180997a.zip gcc-9121f8084162ff6193a5e941cab1429e4180997a.tar.gz gcc-9121f8084162ff6193a5e941cab1429e4180997a.tar.bz2 |
syscall: don't use AF_LINK on hurd
Patch from Svante Signell.
Fixes PR go/98153
Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/275939
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 711353d..d4c8e30 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -81687fccc568a088fee8f627ddde599e17c648c2 +3363fc239f642d3c3fb9a138d2833985d85dc083 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |