gcc/gcc/go
Ian Lance Taylor bbeaf05dc0 re PR go/61496 (Many Go tests FAIL with ld warning about go$zerovalue)
PR go/61496
	* gospec.c (lang_specific_driver): On Solaris, when not using GNU
	ld, add -t option to avoid warning about common symbol changing
	size.

From-SVN: r211658
2014-06-13 22:30:47 +00:00
..
gofrontend
ChangeLog
config-lang.in
gccgo.texi
go-backend.c
go-c.h
go-gcc.cc
go-lang.c
go-linemap.cc
go-location.h
go-system.h
gospec.c
lang-specs.h
lang.opt
Make-lang.in
README.gcc

The files in the gofrontend subdirectory are mirrored from the
gofrontend project hosted at http://code.google.com/p/gofrontend.
These files are the ones in the go subdirectory of that project.