]> Cypherpunks repositories - gostls13.git/commit
more 386 runtime:
authorRuss Cox <rsc@golang.org>
Tue, 31 Mar 2009 22:45:12 +0000 (15:45 -0700)
committerRuss Cox <rsc@golang.org>
Tue, 31 Mar 2009 22:45:12 +0000 (15:45 -0700)
commit4702c0e5ef6ebccb2f0eda68571d003aebe95329
tree9c32f73e3677002273591f985127d548fc11fc20
parent42546f4812b01fde18d8a060de73f1bd81427bb1
more 386 runtime:
remove use of _subv in vlrt.c
darwin/386/signal.c
darwin/386/*
linux/386/* (forgotten before)

can run empty program on darwin/386 now.

R=r
DELTA=1140  (1021 added, 114 deleted, 5 changed)
OCL=26942
CL=26968
src/runtime/386/vlrt.c
src/runtime/darwin/386/defs.h [new file with mode: 0644]
src/runtime/darwin/386/rt0.s [new file with mode: 0755]
src/runtime/darwin/386/signal.c [new file with mode: 0644]
src/runtime/darwin/386/sys.s [new file with mode: 0644]
src/runtime/darwin/amd64/signal.c [moved from src/runtime/darwin/signal.c with 100% similarity]
src/runtime/darwin/thread.c
src/runtime/linux/386/defs.h [new file with mode: 0755]
src/runtime/linux/386/rt0.s [new file with mode: 0755]
src/runtime/linux/386/sys.s [new file with mode: 0755]
src/runtime/runtime.c