]> Cypherpunks repositories - gostls13.git/commit
runtime: add support for openbsd/arm
authorJoel Sing <jsing@google.com>
Sun, 15 Feb 2015 15:03:53 +0000 (02:03 +1100)
committerJoel Sing <jsing@google.com>
Sun, 15 Mar 2015 04:06:26 +0000 (04:06 +0000)
commitbe3133bfda9c71b70d7494588c01a86e437ea920
tree2c04d541c6015bd2f6acd06c96c941398e37eb36
parent3e981d9830215632d2a34e68273cb4452b9e6ffc
runtime: add support for openbsd/arm

Change-Id: I2bc101aa19172e705ee4de5f3c73a8b4bbf4fa6f
Reviewed-on: https://go-review.googlesource.com/4912
Reviewed-by: Minux Ma <minux@golang.org>
src/runtime/defs_openbsd_arm.go [new file with mode: 0644]
src/runtime/os_openbsd_arm.go [new file with mode: 0644]
src/runtime/rt0_freebsd_arm.s
src/runtime/rt0_netbsd_arm.s
src/runtime/rt0_openbsd_arm.s [new file with mode: 0644]
src/runtime/signal_openbsd_arm.go [new file with mode: 0644]
src/runtime/sys_openbsd_arm.s [new file with mode: 0644]