r222595 - in /branches/gcc-5-branch/libgo: Make...

ian@gcc.gnu.org ian@gcc.gnu.org
Wed Apr 29 21:32:00 GMT 2015


Author: ian
Date: Wed Apr 29 21:32:07 2015
New Revision: 222595

URL: https://gcc.gnu.org/viewcvs?rev=222595&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:
    branches/gcc-5-branch/libgo/runtime/go-libmain.c
Modified:
    branches/gcc-5-branch/libgo/Makefile.am
    branches/gcc-5-branch/libgo/Makefile.in
    branches/gcc-5-branch/libgo/runtime/go-cgo.c
    branches/gcc-5-branch/libgo/runtime/go-main.c
    branches/gcc-5-branch/libgo/runtime/proc.c
    branches/gcc-5-branch/libgo/runtime/runtime.h



More information about the Gcc-cvs mailing list