r222594 - in /trunk/libgo: Makefile.am Makefile...
ian@gcc.gnu.org
ian@gcc.gnu.org
Wed Apr 29 21:31:00 GMT 2015
Author: ian
Date: Wed Apr 29 21:31:53 2015
New Revision: 222594
URL: https://gcc.gnu.org/viewcvs?rev=222594&root=gcc&view=rev
Log:
runtime: Support -buildmode=c-shared.
These changes permit using the go tool from the upcoming Go
1.5 release with -buildmode=c-archive to build gccgo code into
an archive file that can be linked with a C program.
Added:
trunk/libgo/runtime/go-libmain.c
Modified:
trunk/libgo/Makefile.am
trunk/libgo/Makefile.in
trunk/libgo/runtime/go-cgo.c
trunk/libgo/runtime/go-main.c
trunk/libgo/runtime/proc.c
trunk/libgo/runtime/runtime.h
More information about the Gcc-cvs
mailing list