8sa1-gcc/gcc/go
Uros Bizjak 0ffc395f0e go-gcc.cc (Gcc_backend::global_variable_set_init): Rename symtab_get_node to symtab_node::get.
* go-gcc.cc (Gcc_backend::global_variable_set_init): Rename
	symtab_get_node to symtab_node::get.

From-SVN: r213026
2014-07-24 19:58:45 +02:00
..
gofrontend compiler: If a variable that is only set, give not used error. 2014-07-20 20:26:20 +00:00
ChangeLog go-gcc.cc (Gcc_backend::global_variable_set_init): Rename symtab_get_node to symtab_node::get. 2014-07-24 19:58:45 +02:00
config-lang.in Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
gccgo.texi gnat_ugn.texi: Bump @copying's copyright year. 2014-01-02 22:25:41 +01:00
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 go-gcc.cc (Gcc_backend::global_variable_set_init): Rename symtab_get_node to symtab_node::get. 2014-07-24 19:58:45 +02: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 Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
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 Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
lang.opt Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
Make-lang.in go-backend.c: #include "diagnostics.h". 2014-05-01 01:20:07 +00:00
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.