mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
runtime: add s390x support (modified files only)
Change-Id: Ib79ad4a890994ad64edb1feb79bd242d26b5b08a Reviewed-on: https://go-review.googlesource.com/20945 Reviewed-by: Minux Ma <minux@golang.org> Run-TryBot: Michael Munday <munday@ca.ibm.com> TryBot-Result: Gobot Gobot <gobot@golang.org>
This commit is contained in:
parent
a2eded3421
commit
0f08dd2183
9 changed files with 11 additions and 9 deletions
|
|
@ -104,7 +104,7 @@ func TestGdbPython(t *testing.T) {
|
|||
// stack frames on RISC architectures.
|
||||
canBackTrace := false
|
||||
switch runtime.GOARCH {
|
||||
case "amd64", "386", "ppc64", "ppc64le", "arm", "arm64", "mips64", "mips64le":
|
||||
case "amd64", "386", "ppc64", "ppc64le", "arm", "arm64", "mips64", "mips64le", "s390x":
|
||||
canBackTrace = true
|
||||
args = append(args,
|
||||
"-ex", "echo BEGIN goroutine 2 bt\n",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue