OSDN Git Service

Generate just single ARM mapping symbol.
authorDavid Srbecky <dsrbecky@google.com>
Thu, 21 May 2015 18:11:18 +0000 (19:11 +0100)
committerDavid Srbecky <dsrbecky@google.com>
Fri, 22 May 2015 12:54:20 +0000 (13:54 +0100)
commit388d2861ce185fe9bbf1989f1467031467bd1de7
treeadbde64db6d25258ca8387c17873fdb44819492c
parent1d637745bf1a47db6b899f0c004746ada2fd3f58
Generate just single ARM mapping symbol.

It is unnecessary to keep repeating the $t symbol if there
are no $d symbols.  The last $t should still be in effect.

This shrinks the .symtab section by half.

Change-Id: Ic57c8c2d412c10f0d040e966379ec524ece87d4a
compiler/elf_writer_quick.cc