]> Cypherpunks repositories - gostls13.git/commit
runtime: move arch_mips64(le)?.go into runtime/internal/sys
authorMichael Matloob <matloob@golang.org>
Thu, 12 Nov 2015 18:43:27 +0000 (13:43 -0500)
committerMichael Matloob <matloob@golang.org>
Thu, 12 Nov 2015 19:54:53 +0000 (19:54 +0000)
commitd3498c5abdea7bd8c74f349abb5c2bf110229e75
tree1adf013609fc3c755339fc7109d0e443be64cead
parentab196aeff21bedd7acd0e38d74e77989255f1d3f
runtime: move arch_mips64(le)?.go into runtime/internal/sys

Somehow these were left out of the orignial CL.

Updates #11647

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