compiler: drop special handling of unexported func/var assembler names
commitb2fe901da70533a82154c63e62828dba5f2d2337
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 5 Oct 2017 23:25:51 +0000 (5 23:25 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 5 Oct 2017 23:25:51 +0000 (5 23:25 +0000)
tree7bca7e8c88034ca16055d658bbfa742d07fbfde3
parenteaccb4b0493b6ea7d33a55b2a799c95cdaf97748
compiler: drop special handling of unexported func/var assembler names

    For example, for the package math/big, we used to generate unexported
    names as `big.trim` and exported names as `math_big.NewInt`.  After
    this change we will use `math_big` consistently.

    Reviewed-on: https://go-review.googlesource.com/68651

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@253468 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/go/gofrontend/MERGE
gcc/go/gofrontend/gogo.cc
gcc/go/gofrontend/gogo.h
gcc/go/gofrontend/names.cc