]> Cypherpunks repositories - gostls13.git/commit
runtime: add s390x support (new files and lfstack_64bit.go modifications)
authorMichael Munday <munday@ca.ibm.com>
Fri, 18 Mar 2016 23:09:39 +0000 (19:09 -0400)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 7 Apr 2016 18:56:54 +0000 (18:56 +0000)
commite6f36f0cd5b45b9ce7809a34c45aeb66a5ca64a4
tree7c1bdb2891026c7593505d248a7a509e4ab05bc7
parent9658b7ef83ae9c34f4a52680e7102d958577d5bb
runtime: add s390x support (new files and lfstack_64bit.go modifications)

Change-Id: I51c0a332e3cbdab348564e5dcd27583e75e4b881
Reviewed-on: https://go-review.googlesource.com/20946
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/runtime/asm_s390x.s [new file with mode: 0644]
src/runtime/defs_linux_s390x.go [new file with mode: 0644]
src/runtime/lfstack_64bit.go
src/runtime/memclr_s390x.s [new file with mode: 0644]
src/runtime/memmove_s390x.s [new file with mode: 0644]
src/runtime/os_linux_s390x.go [new file with mode: 0644]
src/runtime/rt0_linux_s390x.s [new file with mode: 0644]
src/runtime/signal_linux_s390x.go [new file with mode: 0644]
src/runtime/sys_linux_s390x.s [new file with mode: 0644]
src/runtime/sys_s390x.go [new file with mode: 0644]
src/runtime/tls_s390x.s [new file with mode: 0644]