This libgo patch by eric fang sets sigpc and implement dumpregs for arm64 GNU/Linux. Without this change, the cmd/vet tool test will fail randomly, as discussed at https://golang.org/issue/20931. Bootstrapped and ran Go testsuite on x86_64-pc-linux-gnu. Committed to mainline. Ian