]> Cypherpunks repositories - gostls13.git/commit
runtime: NetBSD/ARM support
authorShenghou Ma <minux.ma@gmail.com>
Tue, 12 Feb 2013 17:00:04 +0000 (01:00 +0800)
committerShenghou Ma <minux.ma@gmail.com>
Tue, 12 Feb 2013 17:00:04 +0000 (01:00 +0800)
commit37aba1aa776c613d5a56fc4d001adbb4b4558a11
treea7c737bf26e394f18af9ca4757a18ffae2771268
parentf38da96755cea4fde703b4601d5959150587eab4
runtime: NetBSD/ARM support

R=rsc, dave
CC=golang-dev
https://golang.org/cl/7289044
src/pkg/runtime/asm_arm.s
src/pkg/runtime/defs_netbsd_arm.h [new file with mode: 0644]
src/pkg/runtime/os_netbsd.h
src/pkg/runtime/rt0_netbsd_arm.s [new file with mode: 0644]
src/pkg/runtime/signal_netbsd_arm.c [new file with mode: 0644]
src/pkg/runtime/sys_netbsd_arm.s [new file with mode: 0644]
src/pkg/runtime/thread_netbsd.c