]> Cypherpunks repositories - gostls13.git/commit
runtime: use netbsd signal ABI v2
authorJoel Sing <jsing@google.com>
Sun, 26 Aug 2012 10:57:47 +0000 (20:57 +1000)
committerJoel Sing <jsing@google.com>
Sun, 26 Aug 2012 10:57:47 +0000 (20:57 +1000)
commit79473d6b1cec225d498f300c67a89fa589c48855
treef50426c714719ad42ae9e93d9c4af76950c062da
parenta85fa33ece194e5b8709330e85575575c1c3b2e2
runtime: use netbsd signal ABI v2

Use version 2 of the NetBSD signal ABI - both version 2 and version 3
are supported by the kernel, with near identical behaviour. However,
the netbsd32 compat code does not allow version 3 to be used, which
prevents Go netbsd/386 binaries from running in compat mode on a
NetBSD amd64 kernel. Switch to version 2 of the ABI, which is the
same version currently used by NetBSD's libc.

R=minux.ma
CC=golang-dev
https://golang.org/cl/6476068
src/pkg/runtime/sys_netbsd_386.s
src/pkg/runtime/sys_netbsd_amd64.s