cmd/cgo: fix typo in gccgo name mangling recipe
commitbcfdeaffea7b0c9ba8c184d8f0c95c10c55ea439
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 9 Nov 2018 19:03:59 +0000 (9 19:03 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 9 Nov 2018 19:03:59 +0000 (9 19:03 +0000)
treecb28480693286446d02f20977327259445bf33bc
parent08cc1019cf2e3e4b849dd1b579c806414a36abdc
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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@265981 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/go/gofrontend/MERGE
libgo/go/cmd/cgo/out.go