]> Cypherpunks repositories - gostls13.git/commit
runtime/cgo: add s390x support
authorMichael Munday <munday@ca.ibm.com>
Fri, 18 Mar 2016 23:20:34 +0000 (19:20 -0400)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 12 Apr 2016 15:42:36 +0000 (15:42 +0000)
commit78ecd61f6245197f701629f5f511be7f2bc1ff58
tree8e4d12c83a1bf5ca55bda82afcdadf82471de9f9
parent921b2eba52906fc8b9bc4a8744dab63678f5ed3a
runtime/cgo: add s390x support

Change-Id: I64ada9fe34c3cfc4bd514ec5d8c8f4d4c99074fb
Reviewed-on: https://go-review.googlesource.com/20950
Reviewed-by: Bill O'Farrell <billotosyr@gmail.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/runtime/cgo/asm_s390x.s [new file with mode: 0644]
src/runtime/cgo/gcc_linux_s390x.c [new file with mode: 0644]
src/runtime/cgo/gcc_s390x.S [new file with mode: 0644]