r193008 - in /trunk/gcc/go: ChangeLog gccgo.tex...

ian@gcc.gnu.org ian@gcc.gnu.org
Wed Oct 31 00:38:00 GMT 2012


Author: ian
Date: Wed Oct 31 00:38:49 2012
New Revision: 193008

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=193008
Log:
compiler: Add -fgo-relative-import-path.

	* lang.opt (-fgo-relative-import-path): New option.
	* go-lang.c (go_relative_import_path): New static variable.
	(go_langhook_init): Pass go_relative_import_path to
	go_create_gogo.
	(go_langhook_handle_option): Handle -fgo-relative-import-path.
	* go-c.h (go_create_gogo): Update declaration.
	* gccgo.texi (Invoking gccgo): Document
	-fgo-relative-import-path.

Modified:
    trunk/gcc/go/ChangeLog
    trunk/gcc/go/gccgo.texi
    trunk/gcc/go/go-c.h
    trunk/gcc/go/go-lang.c
    trunk/gcc/go/gofrontend/go.cc
    trunk/gcc/go/gofrontend/gogo.cc
    trunk/gcc/go/gofrontend/gogo.h
    trunk/gcc/go/gofrontend/import.cc
    trunk/gcc/go/gofrontend/import.h
    trunk/gcc/go/lang.opt



More information about the Gcc-cvs mailing list