From bb12c3df8b3f273511120db57814c378c978713a Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Tue, 24 Apr 2012 23:04:51 -0400 Subject: [PATCH] bloat: lament about symbol-name literal strings in stap-symbols.h --- translate.cxx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/translate.cxx b/translate.cxx index c3d3768fc..07710dfa0 100644 --- a/translate.cxx +++ b/translate.cxx @@ -5879,6 +5879,9 @@ dump_unwindsym_cxt (Dwfl_Module *m, c->output << " { 0x" << hex << it->first-extra_offset << dec << ", " << lex_cast_qstring (it->second) << " },\n"; + // XXX: these literal strings all suffer ELF relocation bloat too. + // See if the tapsets.cxx:dwarf_derived_probe_group::emit_module_decls + // CALCIT hack could work here. } } -- 2.43.5