]> Cypherpunks repositories - gostls13.git/commit
syscall: add support for openbsd/arm
authorJoel Sing <jsing@google.com>
Sun, 15 Feb 2015 15:28:39 +0000 (02:28 +1100)
committerJoel Sing <jsing@google.com>
Sun, 15 Mar 2015 04:07:54 +0000 (04:07 +0000)
commit550149fb0490cf77abe676f74b49b7199cb7323d
tree1d3e30c6104739ef01f6657d0badd2221fd30932
parentbe3133bfda9c71b70d7494588c01a86e437ea920
syscall: add support for openbsd/arm

Change-Id: I9fe15781f52e0d16707a9c021cf800319721a606
Reviewed-on: https://go-review.googlesource.com/4913
Reviewed-by: Minux Ma <minux@golang.org>
src/syscall/asm_openbsd_arm.s [new file with mode: 0644]
src/syscall/mkall.sh
src/syscall/syscall_openbsd_arm.go [new file with mode: 0644]
src/syscall/zerrors_openbsd_arm.go [new file with mode: 0644]
src/syscall/zsyscall_openbsd_arm.go [new file with mode: 0644]
src/syscall/zsysnum_openbsd_arm.go [new file with mode: 0644]
src/syscall/ztypes_openbsd_arm.go [new file with mode: 0644]