compiler: centralize all symbol name handling
authorIan Lance Taylor <iant@golang.org>
Thu, 5 Oct 2017 17:20:30 +0000 (17:20 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Thu, 5 Oct 2017 17:20:30 +0000 (17:20 +0000)
commit9add86be80b805afd59414c62e56019252591eea
tree97cc7dbe9cd1f0eea5636c8d326c1e4e0badb327
parenta978e26b8338e044dbc5e0f4624f2fe047eec5df
compiler: centralize all symbol name handling

    Consolidate all symbol name handling into the new file names.cc.  This
    is intended to define all the names that will appear in the generated
    assembly code.  Names that will not appear in the assembly code, such
    as local variable names or label names, remain where they are.

    This consolidation is not intended to change any of the existing
    symbol names.  Tested by building without and without this patch and
    comparing the libgo symbol table.

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

* Make-lang.in (GO_OBJS): Add go/names.o.

From-SVN: r253458
gcc/go/ChangeLog
gcc/go/Make-lang.in
gcc/go/gofrontend/MERGE
gcc/go/gofrontend/escape.cc
gcc/go/gofrontend/expressions.cc
gcc/go/gofrontend/gogo.cc
gcc/go/gofrontend/gogo.h
gcc/go/gofrontend/names.cc [new file with mode: 0644]
gcc/go/gofrontend/types.cc
gcc/go/gofrontend/types.h