]> Cypherpunks repositories - gostls13.git/commit
runtime: added go files for mips64 architecture support
authorYao Zhang <lunaria21@gmail.com>
Wed, 23 Sep 2015 18:05:16 +0000 (14:05 -0400)
committerMinux Ma <minux@golang.org>
Thu, 12 Nov 2015 04:46:50 +0000 (04:46 +0000)
commit980b00f55be8e86a4d6ae5639ebc7d566a04421e
tree1526e18e7b7f1191e4f28c37ff397c2c9580e154
parentb2b8559987bb2f6779fe993bb173e945692f24fc
runtime: added go files for mips64 architecture support

Change-Id: Ia496470e48b3c5d39fb9fef99fac356dfb73a949
Reviewed-on: https://go-review.googlesource.com/14927
Reviewed-by: Minux Ma <minux@golang.org>
src/runtime/arch_mips64.go [new file with mode: 0644]
src/runtime/arch_mips64le.go [new file with mode: 0644]
src/runtime/sys_mips64x.go [new file with mode: 0644]