gcc/libgo/go/cmd
Ian Lance Taylor 0c6ce0ae55 libgo: better cmd/cgo handling for '.' in pkgpath
Updates cgo's gccgoPkgpathToSymbolNew() to bring it into
    conformance with the way that gccgo now handles package
    paths with embedded dots (see CL 200838). See also
    https://gcc.gnu.org/PR61880, a related bug. This CL is a
    copy of CL 207957 in the main Go repo.
    
    Updates golang/go#35623.
    
    Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/207977

From-SVN: r278470
2019-11-19 23:04:08 +00:00
..
buildid
cgo libgo: better cmd/cgo handling for '.' in pkgpath 2019-11-19 23:04:08 +00:00
go libgo: update to Go1.13 2019-09-12 23:22:53 +00:00
gofmt libgo: update to Go1.13 2019-09-12 23:22:53 +00:00
internal libgo: update to Go1.13 2019-09-12 23:22:53 +00:00
test2json
vet