]> Cypherpunks repositories - gostls13.git/commit
runtime: correct signal structs/offsets for openbsd/arm
authorJoel Sing <joel@sing.id.au>
Thu, 13 Dec 2018 18:03:37 +0000 (05:03 +1100)
committerJoel Sing <joel@sing.id.au>
Thu, 13 Dec 2018 18:13:30 +0000 (18:13 +0000)
commitf95578cd5fa6035e2b253bcb1af3a18ad7352251
tree39185229bd2b24aa2dd16683e5223e3d3b167eda
parentb6e6870cdb04a838dfb08f2792fbd8d41b849d2a
runtime: correct signal structs/offsets for openbsd/arm

Update sigcontext and siginfo structs to match those currently in use by OpenBSD armv7.

Also correct the offset of the fault address field in the siginfo struct, which moved
due to the switch to EABI.

Change-Id: Icdd95222346239fcc04b95ae0fcefae09b7aa044
Reviewed-on: https://go-review.googlesource.com/c/154077
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/runtime/defs_openbsd_arm.go
src/runtime/signal_openbsd_arm.go