This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r240609 - in /trunk: gcc/go/gofrontend/MERGE li...


Author: ian
Date: Thu Sep 29 00:56:44 2016
New Revision: 240609

URL: https://gcc.gnu.org/viewcvs?rev=240609&root=gcc&view=rev
Log:
    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

Added:
    trunk/libgo/go/runtime/cputicks.go
    trunk/libgo/go/runtime/env_posix.go
    trunk/libgo/go/runtime/os_linux.go
    trunk/libgo/go/runtime/runtime.go
    trunk/libgo/go/runtime/runtime1.go
    trunk/libgo/go/runtime/stubs2.go
    trunk/libgo/go/runtime/vdso_none.go
Modified:
    trunk/gcc/go/gofrontend/MERGE
    trunk/libgo/go/runtime/export_test.go
    trunk/libgo/go/runtime/runtime2.go
    trunk/libgo/go/runtime/stubs.go
    trunk/libgo/runtime/env_posix.c
    trunk/libgo/runtime/go-caller.c
    trunk/libgo/runtime/runtime.c
    trunk/libgo/runtime/runtime.h
    trunk/libgo/runtime/runtime1.goc


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]