summaryrefslogtreecommitdiff
path: root/gcc/go
diff options
context:
space:
mode:
authorBenny Siegert <bsiegert@gmail.com>2020-04-20 16:11:14 +0200
committerIan Lance Taylor <iant@golang.org>2020-04-20 21:20:53 -0700
commit8e841bd419fb9dc3e027367fc11078b677541a9a (patch)
tree6057bd268fb933a070fa9faac31f86e95b767c69 /gcc/go
parent8ab392f97bb51854e11fae9c2e9a15b67206efba (diff)
gccgo: fix runtime compilation on NetBSD
si_code in siginfo_t is a macro on NetBSD, not a member of the struct itself, so add a C trampoline for receiving its value. Also replace references to mos.waitsemacount with the replacement and add some helpers from os_netbsd.go in the GC repository. Update golang/go#38538. Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/228918
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 7b382cf47b8..e48abcf71d6 100644
--- a/gcc/go/gofrontend/MERGE
+++ b/gcc/go/gofrontend/MERGE
@@ -1,4 +1,4 @@
-0fe7a277c5d22265a73a4d216bd5d81799634453
+b76c83f34c006938fe6c3311d949496990bc5db9
The first line of this file holds the git revision number of the last
merge done from the gofrontend repository.