]> Cypherpunks repositories - gostls13.git/commit
runtime: added go files for linux/mips64{,le} support
authorYao Zhang <lunaria21@gmail.com>
Thu, 10 Sep 2015 15:21:57 +0000 (11:21 -0400)
committerMinux Ma <minux@golang.org>
Thu, 12 Nov 2015 04:47:15 +0000 (04:47 +0000)
commita36dda7880179c09361cd7ec26f11dbb73dc2b78
tree84a771bdfee7be890849bc56b810ee071ef1b4d4
parent980b00f55be8e86a4d6ae5639ebc7d566a04421e
runtime: added go files for linux/mips64{,le} support

Change-Id: I14b537922b97d4bce9e0523d98a822da906348f1
Reviewed-on: https://go-review.googlesource.com/14447
Reviewed-by: Minux Ma <minux@golang.org>
src/runtime/defs_linux_mips64x.go [new file with mode: 0644]
src/runtime/lfstack_linux_mips64x.go [new file with mode: 0644]
src/runtime/os_linux_mips64x.go [new file with mode: 0644]
src/runtime/signal_linux_mips64x.go [new file with mode: 0644]
src/runtime/signal_mips64x.go [new file with mode: 0644]