]> Cypherpunks repositories - gostls13.git/commit
runtime: add support files for linux/mips{,le} port
authorVladimir Stefanovic <vladimir.stefanovic@imgtec.com>
Tue, 18 Oct 2016 21:51:01 +0000 (23:51 +0200)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 15 Nov 2016 21:49:01 +0000 (21:49 +0000)
commit272032d0b245635ca0c5ca4c22e64496174b2ae3
tree0578d08b85659a0fd3e040b617222e896e477661
parent4d1fdd8b5e3783b8ca4e9f4fe1e524f5aa83383c
runtime: add support files for linux/mips{,le} port

Only exe buildmode without cgo supported.

Change-Id: Id104a79a99d3285c04db00fd98b8affa94ea3c37
Reviewed-on: https://go-review.googlesource.com/31487
Run-TryBot: Cherry Zhang <cherryyz@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
26 files changed:
src/runtime/asm_mipsx.s [new file with mode: 0644]
src/runtime/atomic_mipsx.s [new file with mode: 0644]
src/runtime/cputicks.go
src/runtime/defs_linux_mipsx.go [new file with mode: 0644]
src/runtime/gcinfo_test.go
src/runtime/hash32.go
src/runtime/lfstack_32bit.go
src/runtime/malloc.go
src/runtime/memclr_mipsx.s [new file with mode: 0644]
src/runtime/memmove_mipsx.s [new file with mode: 0644]
src/runtime/os_linux_generic.go
src/runtime/os_linux_mips64x.go
src/runtime/os_linux_mipsx.go [new file with mode: 0644]
src/runtime/os_linux_noauxv.go
src/runtime/rt0_linux_mipsx.s [new file with mode: 0644]
src/runtime/signal_linux_mipsx.go [new file with mode: 0644]
src/runtime/signal_mipsx.go [new file with mode: 0644]
src/runtime/sigtab_linux_generic.go
src/runtime/sigtab_linux_mips64x.go [deleted file]
src/runtime/sigtab_linux_mipsx.go [new file with mode: 0644]
src/runtime/stubs32.go
src/runtime/sys_linux_mipsx.s [new file with mode: 0644]
src/runtime/sys_mipsx.go [new file with mode: 0644]
src/runtime/tls_mipsx.s [new file with mode: 0644]
src/runtime/unaligned2.go
src/runtime/vlrt.go