aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/os_linux.go
diff options
context:
space:
mode:
authorClément Chigot <clement.chigot@atos.net>2019-03-25 10:34:57 +0100
committerIan Lance Taylor <iant@golang.org>2019-04-02 16:03:24 +0000
commit3aacfce6cf7e5f0346906e5236433852f4075368 (patch)
treeb10b2a53bdadfeaf2afc60e2a1e5c018112a319b /src/runtime/os_linux.go
parent56517216c052649daab6c439f386f9dc02e90c3a (diff)
downloadgo-3aacfce6cf7e5f0346906e5236433852f4075368.tar.gz
go-3aacfce6cf7e5f0346906e5236433852f4075368.zip
runtime, cmd/dist, misc/cgo: enable c-archive for aix/ppc64
Change-Id: Ib9a40d5596f5735a00483e2d2db965402f05671b Reviewed-on: https://go-review.googlesource.com/c/go/+/169120 Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
Diffstat (limited to 'src/runtime/os_linux.go')
-rw-r--r--src/runtime/os_linux.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/runtime/os_linux.go b/src/runtime/os_linux.go
index 8f3afe0577..a817020c90 100644
--- a/src/runtime/os_linux.go
+++ b/src/runtime/os_linux.go
@@ -395,6 +395,7 @@ func setSignalstackSP(s *stackt, sp uintptr) {
*(*uintptr)(unsafe.Pointer(&s.ss_sp)) = sp
}
+//go:nosplit
func (c *sigctxt) fixsigcode(sig uint32) {
}