summaryrefslogtreecommitdiff
path: root/src/runtime/defs1_netbsd_arm.go
Commit message (Collapse)AuthorAgeFilesLines
* runtime: convert netbsd/arm to GoRuss Cox2014-12-051-8/+21
| | | | | | | | | This was the last src/runtime/*.c file. LGTM=austin R=austin CC=golang-codereviews https://golang.org/cl/187770043
* [dev.cc] runtime: convert defs_$GOOS_$GOARCH.h to GoRuss Cox2014-11-111-0/+170
The conversion was done with an automated tool and then modified only as necessary to make it compile and run. In a few cases, defs_$GOOS_$GOARCH.go already existed, so the target here is defs1_$GOOS_$GOARCH.go. [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/171490043