From 675fb1ddeec8cd22e17ab989f8a813a375ae6226 Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Wed, 10 Sep 2008 17:43:42 +0200 Subject: Rename _stp_module module_base output to dwarf_module_base and document. --- translate.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'translate.cxx') diff --git a/translate.cxx b/translate.cxx index 7c1469df..4620f76f 100644 --- a/translate.cxx +++ b/translate.cxx @@ -4551,7 +4551,7 @@ dump_unwindsyms (Dwfl_Module *m, c->output << "struct _stp_module _stp_module_" << stpmod_idx << " = {" << endl; c->output << ".name = " << lex_cast_qstring (modname) << ", " << endl; - c->output << ".module_base = 0x" << hex << base << dec << ", " << endl; + c->output << ".dwarf_module_base = 0x" << hex << base << dec << ", " << endl; if (unwind != NULL) { -- cgit