]> git.ipfire.org Git - thirdparty/gcc.git/commit
runtime: handle linux/arm64 signal register
authoreric fang <eric.fang@arm.com>
Fri, 21 Feb 2020 09:01:02 +0000 (09:01 +0000)
committerIan Lance Taylor <iant@golang.org>
Fri, 28 Feb 2020 20:24:21 +0000 (12:24 -0800)
commit3f469f585e08802d4d4add549f34c1afb2ae3157
tree83335f91895786a27494abd16a0dd21955d7bcae
parent799270b430542572ddc859331e9e15311ce7ee2c
runtime: handle linux/arm64 signal register

Set sigpc and implement dumpregs for linux/arm64.
Without this change, cmd/vet tool test will fail randomly.

Updates golang/go#20931

Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/220543
gcc/go/gofrontend/MERGE
libgo/runtime/go-signal.c