]> Cypherpunks repositories - gostls13.git/commit
runtime: nacl/arm support.
authorShenghou Ma <minux@golang.org>
Thu, 10 Jul 2014 19:14:49 +0000 (15:14 -0400)
committerShenghou Ma <minux@golang.org>
Thu, 10 Jul 2014 19:14:49 +0000 (15:14 -0400)
commitd1177ed40d127e3ca37bda02333516e16fdbb20f
tree73a26ed853beb96c2732ea3e93053dd91a02af4c
parent783bcba84d253227950fa005bf8214a6350d1104
runtime: nacl/arm support.

LGTM=rsc
R=rsc, iant, dave
CC=golang-codereviews
https://golang.org/cl/103680046
12 files changed:
src/pkg/runtime/arch_arm.h
src/pkg/runtime/asm_arm.s
src/pkg/runtime/defs_nacl_arm.h [new file with mode: 0644]
src/pkg/runtime/os_nacl_arm.c [new file with mode: 0644]
src/pkg/runtime/rt0_nacl_arm.s [new file with mode: 0644]
src/pkg/runtime/runtime.c
src/pkg/runtime/signal_arm.c
src/pkg/runtime/signal_nacl_arm.h [new file with mode: 0644]
src/pkg/runtime/sys_nacl_arm.s [new file with mode: 0644]
src/pkg/runtime/tls_arm.s
src/pkg/runtime/vlop_arm.s
src/pkg/runtime/vlrt_arm.c