]> Cypherpunks repositories - gostls13.git/commit
runtime: add cgo support for GOARCH=mips{,le}
authorVladimir Stefanovic <vladimir.stefanovic@imgtec.com>
Tue, 13 Dec 2016 20:56:58 +0000 (21:56 +0100)
committerIan Lance Taylor <iant@golang.org>
Wed, 14 Dec 2016 23:52:33 +0000 (23:52 +0000)
commitb909d011520700149b72d556837f68069d2d372a
treea8ba15095ca31f73b66bdc96c948cc266022c81f
parenta3b670e3333ca0f677a82321d3ad173e01e973a5
runtime: add cgo support for GOARCH=mips{,le}

Change-Id: Ib425ead7b340672837d3cb983bd785488706bd6d
Reviewed-on: https://go-review.googlesource.com/34314
Reviewed-by: Cherry Zhang <cherryyz@google.com>
Run-TryBot: Cherry Zhang <cherryyz@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/runtime/asm_mipsx.s
src/runtime/cgo/asm_mipsx.s [new file with mode: 0644]
src/runtime/cgo/gcc_linux_mipsx.c [new file with mode: 0644]
src/runtime/cgo/gcc_mipsx.S [new file with mode: 0644]
src/runtime/cgocall.go
src/runtime/rt0_linux_mipsx.s
src/runtime/tls_mipsx.s