]> Cypherpunks repositories - gostls13.git/commit
syscall: add support for linux/riscv64
authorTobias Klauser <tklauser@distanz.ch>
Fri, 1 Nov 2019 10:24:17 +0000 (11:24 +0100)
committerTobias Klauser <tobias.klauser@gmail.com>
Fri, 1 Nov 2019 16:05:22 +0000 (16:05 +0000)
commit8d45e612f1255619e8637acff5546c09f0aa3e67
tree1efb0bbdffe22affc5e87e248502d3d5ad0b40dd
parenta570fcf74bdf652f453ed5dc0d8a41b15f1af8de
syscall: add support for linux/riscv64

Based on the riscv-go port and the linux/riscv64 files in x/sys/unix.

Updates #27532

Change-Id: Ib33a59a61f6b2721b12292c18f1fc9f9d0509cd3
Reviewed-on: https://go-review.googlesource.com/c/go/+/204659
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/syscall/asm_linux_riscv64.s [new file with mode: 0644]
src/syscall/endian_little.go
src/syscall/mkall.sh
src/syscall/syscall_linux_riscv64.go [new file with mode: 0644]
src/syscall/types_linux.go
src/syscall/zerrors_linux_riscv64.go [new file with mode: 0644]
src/syscall/zsyscall_linux_riscv64.go [new file with mode: 0644]
src/syscall/zsysnum_linux_riscv64.go [new file with mode: 0644]
src/syscall/ztypes_linux_riscv64.go [new file with mode: 0644]