]> Cypherpunks.ru repositories - gostls13.git/commit
runtime: use sigpanic0 on all OSes
authorAustin Clements <austin@google.com>
Thu, 8 Apr 2021 21:41:24 +0000 (17:41 -0400)
committerAustin Clements <austin@google.com>
Fri, 9 Apr 2021 17:49:01 +0000 (17:49 +0000)
commit2698be4905c9d54a0d6a7d7d6e90284a9d76b82a
tree4f633117f0e68efaf0bea9122602a49000c24636
parentd11968012c81e6eef3a1f3ff4c19a610222fc305
runtime: use sigpanic0 on all OSes

With the register ABI, it's important to inject sigpanic0 instead of
sigpanic so we can set up function entry registers. This was already
happening on most OSes. This CL gets the remaining ones.

Change-Id: I6bc4d912b6497e03ed54d0a9c1eae8fd099d2cea
Reviewed-on: https://go-review.googlesource.com/c/go/+/308930
Trust: Austin Clements <austin@google.com>
Run-TryBot: Austin Clements <austin@google.com>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
src/runtime/os3_plan9.go
src/runtime/signal_windows.go
src/runtime/stubs.go