]> Cypherpunks repositories - gostls13.git/commit
cmd/link/internal/s390x: add s390x support
authorMichael Munday <munday@ca.ibm.com>
Sat, 19 Mar 2016 04:23:17 +0000 (00:23 -0400)
committerMichael Hudson-Doyle <michael.hudson@canonical.com>
Sun, 3 Apr 2016 07:17:59 +0000 (07:17 +0000)
commit29a6149e67a9c382938ffb40102fb989a0a6db48
tree29b0e6353e8fbe2e06e53703e53e54b956cc837f
parent7c15b2ab4bfec46b07794c5406a438f993cdc56e
cmd/link/internal/s390x: add s390x support

Supports basic internal linking, external linking and shared library
linking.

Change-Id: Ic9693dd94df561b0f9df9880009b1e8ab9d59b92
Reviewed-on: https://go-review.googlesource.com/20879
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Michael Hudson-Doyle <michael.hudson@canonical.com>
src/cmd/dist/buildtool.go
src/cmd/link/internal/s390x/asm.go [new file with mode: 0644]
src/cmd/link/internal/s390x/l.go [new file with mode: 0644]
src/cmd/link/internal/s390x/obj.go [new file with mode: 0644]