]> Cypherpunks repositories - gostls13.git/commit
syscall: add support for GOARCH=mips{,le}
authorVladimir Stefanovic <vladimir.stefanovic@imgtec.com>
Tue, 18 Oct 2016 21:51:03 +0000 (23:51 +0200)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 3 Nov 2016 23:02:18 +0000 (23:02 +0000)
commit58e3bf11fb8af887a97a7329edfffb1126ba5fee
tree8d81c3d597f57c3b0c62f8871b52c36a9ba9d5c6
parentad366fdbe40eea7f4fbdc75e8a27304c696793f1
syscall: add support for GOARCH=mips{,le}

Change-Id: I39a46b2a9412981db1780b688a86fec791f68b6f
Reviewed-on: https://go-review.googlesource.com/31488
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
15 files changed:
src/syscall/asm_linux_mipsx.s [new file with mode: 0644]
src/syscall/endian_big.go
src/syscall/endian_little.go
src/syscall/flock_linux_32bit.go
src/syscall/mksysnum_linux.pl
src/syscall/syscall_linux_mipsx.go [new file with mode: 0644]
src/syscall/types_linux.go
src/syscall/zerrors_linux_mips.go [new file with mode: 0644]
src/syscall/zerrors_linux_mipsle.go [new file with mode: 0644]
src/syscall/zsyscall_linux_mips.go [new file with mode: 0644]
src/syscall/zsyscall_linux_mipsle.go [new file with mode: 0644]
src/syscall/zsysnum_linux_mips.go [new file with mode: 0644]
src/syscall/zsysnum_linux_mipsle.go [new file with mode: 0644]
src/syscall/ztypes_linux_mips.go [new file with mode: 0644]
src/syscall/ztypes_linux_mipsle.go [new file with mode: 0644]