]> Cypherpunks repositories - gostls13.git/commit
runtime: add runtime support for openbsd 386
authorJoel Sing <jsing@google.com>
Mon, 29 Aug 2011 14:42:16 +0000 (10:42 -0400)
committerRuss Cox <rsc@golang.org>
Mon, 29 Aug 2011 14:42:16 +0000 (10:42 -0400)
commit9ef17990c2e6e26f9abf6185428cc7a8bdb74c8f
treee969acb236a0807f16241a8487c988e06f36bf32
parentc20a338c2f354cae51fecec5fa928481b5b3f732
runtime: add runtime support for openbsd 386

Add openbsd 386 runtime support, partially based on the existing
freebsd 386 runtime.

This requires change 4973043.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/4951043
src/pkg/runtime/openbsd/386/rt0.s [new file with mode: 0644]
src/pkg/runtime/openbsd/386/signal.c [new file with mode: 0644]
src/pkg/runtime/openbsd/386/sys.s [new file with mode: 0644]
src/pkg/runtime/openbsd/defs.c
src/pkg/runtime/openbsd/mem.c