]> Cypherpunks repositories - gostls13.git/commit
syscall: add openbsd 386
authorJoel Sing <jsing@google.com>
Mon, 29 Aug 2011 14:04:28 +0000 (10:04 -0400)
committerRuss Cox <rsc@golang.org>
Mon, 29 Aug 2011 14:04:28 +0000 (10:04 -0400)
commit88e984faa5c966b175df54fe5bab75fca457fa87
tree57ff311b8a7ab668210b235553621d557fce9889
parent8aa2591b130520e9f30d83e672f976e9c7590d7e
syscall: add openbsd 386

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

FTR zerrors_openbsd_386.go cannot currently be completely built on
openbsd/i386 due to what appears to be a gcc bug. The constants can be
successfully generated with -m32 on openbsd/amd64 and the error
table can then be generated on openbsd/i386.

R=rsc
CC=golang-dev
https://golang.org/cl/4969045
src/pkg/syscall/asm_openbsd_386.s [new file with mode: 0644]
src/pkg/syscall/mkall.sh
src/pkg/syscall/mksyscall.pl
src/pkg/syscall/syscall_openbsd_386.go [new file with mode: 0644]
src/pkg/syscall/zerrors_openbsd_386.go [new file with mode: 0644]
src/pkg/syscall/zsyscall_openbsd_386.go [new file with mode: 0644]
src/pkg/syscall/zsysnum_openbsd_386.go [new file with mode: 0644]
src/pkg/syscall/ztypes_openbsd_386.go [new file with mode: 0644]