OSDN Git Service

Append [DEDUPED] suffix to all deduped methods in the symbol table.
authorDavid Srbecky <dsrbecky@google.com>
Sun, 12 Apr 2015 12:12:26 +0000 (13:12 +0100)
committerDavid Srbecky <dsrbecky@google.com>
Mon, 13 Apr 2015 22:35:56 +0000 (23:35 +0100)
commit626a1666015b0fa201e979870baf06afa93b65e7
treeefeab75defdadffd5f354c51ce9146c88001a434
parent67592a44cd5600b3c007b9215e3e5296a61118e8
Append [DEDUPED] suffix to all deduped methods in the symbol table.

This resolves old TODO in the code.  The first method was never
marked as deduped and only the subsequent copies were recognised.
Therefore the suffix might have been missing in backtraces.

Change-Id: I4882d90f3049f7e196cd38c8987ba02960dab338
compiler/elf_writer_debug.cc
compiler/elf_writer_quick.cc