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 libgo: Merge from revision 18783:00cce3a34d7e of master library. 2014-06-04 23:15:33 +00:00
ChangeLog re PR go/61496 (Many Go tests FAIL with ld warning about go$zerovalue) 2014-06-13 22:30:47 +00:00
Make-lang.in go-backend.c: #include "diagnostics.h". 2014-05-01 01:20:07 +00:00
README.gcc
config-lang.in
gccgo.texi
go-backend.c go-backend.c: #include "diagnostics.h". 2014-05-01 01:20:07 +00:00
go-c.h compiler: Store flags for division checks in Gogo object instead of using global variables. 2014-05-06 13:50:01 +00:00
go-gcc.cc varasm.c (set_implicit_section): New function. 2014-06-11 05:51:23 +00:00
go-lang.c use templates instead of gengtype for typed allocation functions 2014-05-17 23:07:23 +00:00
go-linemap.cc
go-location.h
go-system.h
gospec.c re PR go/61496 (Many Go tests FAIL with ld warning about go$zerovalue) 2014-06-13 22:30:47 +00:00
lang-specs.h
lang.opt

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.