[dev.cc] runtime: convert signal handlers from C to Go
This code overused macros and could not be converted automatically. Instead a new sigctxt type had to be defined for each os/arch combination, with a common (implicit) interface used by the arch-specific signal handler code. [This CL is part of the removal of C code from package runtime. See golang.org/s/dev.cc for an overview.] LGTM=r R=r CC=austin, dvyukov, golang-codereviews, iant, khr https://golang.org/cl/168500044
Showing
src/runtime/signal1_unix.go
0 → 100644
src/runtime/signal_386.go
0 → 100644
src/runtime/signal_amd64x.go
0 → 100644
src/runtime/signal_arm.go
0 → 100644
src/runtime/signal_darwin.go
0 → 100644
src/runtime/signal_linux.go
0 → 100644
Please register or sign in to comment