8sa1-gcc/gcc/go
Ian Lance Taylor a9ac13f7bf Start using backend interface separate from gofrontend.
* go-gcc.cc: New file.
	* Make-lang.in (GO_OBJS): Add go/go-gcc.o.
	(go/go-gcc.o): New target.
	(go/go.o): Depend on go/gofrontend/backend.h.
	(go/statements.o): Likewise.

From-SVN: r171917
2011-04-03 22:44:18 +00:00
..
gofrontend Start using backend interface separate from gofrontend. 2011-04-03 22:44:18 +00:00
ChangeLog Start using backend interface separate from gofrontend. 2011-04-03 22:44:18 +00:00
config-lang.in
gccgo.texi Fixes to gccgo.texi. 2011-02-14 04:42:53 +00:00
go-backend.c Move clearing of flag_strict_aliasing to gcc interface. 2011-01-14 03:27:32 +00:00
go-c.h Remove the types float and complex. 2011-01-21 18:19:03 +00:00
go-gcc.cc Start using backend interface separate from gofrontend. 2011-04-03 22:44:18 +00:00
go-lang.c go-lang.c (go_langhook_init_options_struct): Set frontend_set_flag_errno_math. 2011-02-08 17:53:17 +00:00
go-system.h
gospec.c configure.ac (gcc_cv_ld_static_option): Define. 2011-01-31 13:52:42 +00:00
lang-specs.h
lang.opt
Make-lang.in Start using backend interface separate from gofrontend. 2011-04-03 22:44:18 +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.