diff options
author | Ian Lance Taylor <iant@golang.org> | 2017-10-05 17:20:30 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2017-10-05 17:20:30 +0000 |
commit | 9add86be80b805afd59414c62e56019252591eea (patch) | |
tree | 97cc7dbe9cd1f0eea5636c8d326c1e4e0badb327 /ChangeLog.jit | |
parent | a978e26b8338e044dbc5e0f4624f2fe047eec5df (diff) | |
download | gcc-9add86be80b805afd59414c62e56019252591eea.zip gcc-9add86be80b805afd59414c62e56019252591eea.tar.gz gcc-9add86be80b805afd59414c62e56019252591eea.tar.bz2 |
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
Diffstat (limited to 'ChangeLog.jit')
0 files changed, 0 insertions, 0 deletions