]> Cypherpunks repositories - gostls13.git/commit
runtime: fix arm/arm64/ppc64/mips64 to dropm when necessary
authorIan Lance Taylor <iant@golang.org>
Sat, 9 Jan 2016 00:56:02 +0000 (16:56 -0800)
committerIan Lance Taylor <iant@golang.org>
Mon, 11 Jan 2016 18:46:54 +0000 (18:46 +0000)
commitc02aa463db0c5867a4ae1adfc2f98c436cb751b0
tree7dd1817f44f3aa006dc8a895cbde41ce4cee08c1
parent9439fa107829b6626eb6cef2a3549b1fc9a6f974
runtime: fix arm/arm64/ppc64/mips64 to dropm when necessary

Fixes #13881.

Change-Id: Idff77db381640184ddd2b65022133bb226168800
Reviewed-on: https://go-review.googlesource.com/18449
Reviewed-by: David Crawshaw <crawshaw@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
src/runtime/asm_arm.s
src/runtime/asm_arm64.s
src/runtime/asm_mips64x.s
src/runtime/asm_ppc64x.s
src/runtime/crash_cgo_test.go
src/runtime/proc.go
src/runtime/testdata/testprogcgo/dropm.go [new file with mode: 0644]
src/runtime/testdata/testprogcgo/dropm_stub.go [new file with mode: 0644]