gcc/libgo/go/cmd/cgo
Ian Lance Taylor 0d26cdf1cf cmd/cgo: fix typo in gccgo name mangling recipe
The code to implement new-style gccgo name mangling had a recipe that
    didn't quite match the one in the compiler (incorrect handling for
    '.'). This showed up as a failure in the gotools cgo test if the
    directory containing the test run included a "." character.
    
    Reviewed-on: https://go-review.googlesource.com/c/147917

From-SVN: r265981
2018-11-09 19:03:59 +00:00
..
ast.go libgo: update to Go 1.11 2018-09-24 21:46:21 +00:00
doc.go libgo: update to Go 1.11 2018-09-24 21:46:21 +00:00
gcc.go libgo: update to Go 1.11 2018-09-24 21:46:21 +00:00
godefs.go libgo: update to Go 1.11 2018-09-24 21:46:21 +00:00
main.go compiler: improve name mangling for packpaths 2018-10-25 22:18:08 +00:00
out.go cmd/cgo: fix typo in gccgo name mangling recipe 2018-11-09 19:03:59 +00:00
util.go libgo: update to Go 1.11 2018-09-24 21:46:21 +00:00