]> Cypherpunks repositories - gostls13.git/commit
add signal handling and traceback support therein.
authorRob Pike <r@golang.org>
Sat, 21 Jun 2008 22:36:23 +0000 (15:36 -0700)
committerRob Pike <r@golang.org>
Sat, 21 Jun 2008 22:36:23 +0000 (15:36 -0700)
commitaeb43984ec7c86aee220cc56146e0127de4ce2e3
tree7e4f626347e842638a70c0fd9a09bd26b8a586b0
parent54abac678ac9d92e168360e961214100712ceb4f
add signal handling and traceback support therein.
factor the runtime into architecture-dependent and -independent pieces.
ditto for the OS dependence.

SVN=124020
src/cmd/6l/obj.c
src/runtime/make.bash
src/runtime/rt0_amd64_linux.s
src/runtime/rt1_amd64_darwin.c [new file with mode: 0644]
src/runtime/rt1_amd64_linux.c [new file with mode: 0644]
src/runtime/rt2_amd64.c [new file with mode: 0644]
src/runtime/runtime.c
src/runtime/runtime.h
src/runtime/signals.h [new file with mode: 0644]