r167537 - in /trunk: gcc/go/ChangeLog gcc/go/Ma...

ian@gcc.gnu.org ian@gcc.gnu.org
Tue Dec 7 14:18:00 GMT 2010


Author: ian
Date: Tue Dec  7 14:18:35 2010
New Revision: 167537

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=167537
Log:
	PR other/46789
	PR bootstrap/46812
	* go-lang.c (go_char_p): Define type and vectors.
	(go_search_dirs): New static variable.
	(go_langhook_handle_option): Use version and version/machine
	directories for -L.
	(go_langhook_post_options): Add non-specific -L paths.
	* Make-lang.in (go/go-lang.o): Define DEFAULT_TARGET_VERSION and
	DEFAULT_TARGET_MACHINE when compiling.
	* gccgo.texi (Invoking gccgo): Only document -L for linking.
	(Import and Export): Don't mention -L for finding import files.

libgo: Install .gox files in version and target specific directory.

Modified:
    trunk/gcc/go/ChangeLog
    trunk/gcc/go/Make-lang.in
    trunk/gcc/go/gccgo.texi
    trunk/gcc/go/go-lang.c
    trunk/libgo/Makefile.am
    trunk/libgo/Makefile.in



More information about the Gcc-cvs mailing list