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]

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


Author: ian
Date: Mon Jun  3 23:02:43 2019
New Revision: 271890

URL: https://gcc.gnu.org/viewcvs?rev=271890&root=gcc&view=rev
Log:
    runtime: remove unnecessary functions calling between C and Go
    
    These functions were needed during the transition of the runtime from
    C to Go, but are no longer necessary.
    
    Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/179879

Modified:
    trunk/gcc/go/gofrontend/MERGE
    trunk/libgo/go/runtime/stubs.go
    trunk/libgo/runtime/go-libmain.c
    trunk/libgo/runtime/go-main.c
    trunk/libgo/runtime/proc.c
    trunk/libgo/runtime/runtime.h


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