gcc/gcc/go
Ian Lance Taylor c789c04510 compiler, reflect: Quote package path with tabs.
From-SVN: r188548
2012-06-14 05:04:04 +00:00
..
gofrontend compiler, reflect: Quote package path with tabs. 2012-06-14 05:04:04 +00:00
ChangeLog Remove ChangeLog entry for change to gofrontend file. 2012-05-11 05:25:56 +00:00
Make-lang.in compiler: Add parameter names to export information. 2012-02-17 22:36:10 +00:00
README.gcc
config-lang.in compiler: Don't initialize zero sized variables. 2012-03-08 23:33:04 +00:00
gccgo.texi compiler: Add -fgo-pkgpath option. 2012-05-09 21:17:23 +00:00
go-backend.c output.h (merge_weak, [...]): Move protos from here... 2012-06-04 11:17:58 +00:00
go-c.h compiler: Add -fgo-pkgpath option. 2012-05-09 21:17:23 +00:00
go-gcc.cc compiler: Add -fgo-pkgpath option. 2012-05-09 21:17:23 +00:00
go-lang.c compiler: Add -fgo-pkgpath option. 2012-05-09 21:17:23 +00:00
go-linemap.cc compiler: Define and use backend-independent Location class. 2011-11-29 19:10:50 +00:00
go-location.h compiler: Define and use backend-independent Location class. 2011-11-29 19:10:50 +00:00
go-system.h Define go_assert to replace gcc_assert 2011-04-21 22:54:23 +00:00
gospec.c gospec.c (lang_specific_driver): If linking, and no -o option was used, add one. 2012-02-17 21:27:48 +00:00
lang-specs.h
lang.opt compiler: Add -fgo-pkgpath option. 2012-05-09 21:17:23 +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.