gcc/gcc/go
Ian Lance Taylor 855b4aaeab cmd/go: update -DGOPKGPATH to use current pkgpath encoding
This will need to be done in the gc version too, probably more cleverly.
This version will ensure that the next GCC release works correctly
when using the GCC version of the go tool.

Updates golang/go#37272

Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/219817
2020-02-18 12:03:13 -08:00
..
gofrontend cmd/go: update -DGOPKGPATH to use current pkgpath encoding 2020-02-18 12:03:13 -08:00
ChangeLog Update copyright years. 2020-01-01 12:51:42 +01:00
Make-lang.in Update copyright years. 2020-01-01 12:51:42 +01:00
README.gcc
config-lang.in Update copyright years. 2020-01-01 12:51:42 +01:00
gccgo.texi gcc.c (process_command): Update copyright notice dates. 2020-01-01 12:14:37 +01:00
go-backend.c Update copyright years. 2020-01-01 12:51:42 +01:00
go-c.h Update copyright years. 2020-01-01 12:51:42 +01:00
go-gcc-diagnostics.cc Update copyright years. 2020-01-01 12:51:42 +01:00
go-gcc.cc Update copyright years. 2020-01-01 12:51:42 +01:00
go-gcc.h Update copyright years. 2020-01-01 12:51:42 +01:00
go-lang.c Update copyright years. 2020-01-01 12:51:42 +01:00
go-linemap.cc
go-location.h
go-sha1.cc Update copyright years. 2020-01-01 12:51:42 +01:00
go-system.h Update copyright years. 2020-01-01 12:51:42 +01:00
gospec.c Update copyright years. 2020-01-01 12:51:42 +01:00
lang-specs.h Update copyright years. 2020-01-01 12:51:42 +01:00
lang.opt Update copyright years. 2020-01-01 12:51:42 +01: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.