runtime: copy runtime.go and runtime1.go from Go 1.7
Also copy over cputicks.go, env_posix.go, vdso_none.go, stubs2.go, and a part of os_linux.go. Remove the corresponding functions from the C code in libgo/go/runtime. Add some transitional support functions to stubs.go. This converts several minor functions from C to Go. Reviewed-on: https://go-review.googlesource.com/29962 From-SVN: r240609
Showing
libgo/go/runtime/cputicks.go
0 → 100644
libgo/go/runtime/env_posix.go
0 → 100644
libgo/go/runtime/os_linux.go
0 → 100644
libgo/go/runtime/runtime.go
0 → 100644
libgo/go/runtime/runtime1.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/go/runtime/stubs2.go
0 → 100644
libgo/go/runtime/vdso_none.go
0 → 100644
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment