forked from Imagelibrary/binutils-gdb
From Craig Silverstein: Add support for --demangle.
This commit is contained in:
@@ -1301,7 +1301,7 @@ Versions::add_def(const Symbol* sym, const char* version,
|
||||
if (parameters->output_is_shared())
|
||||
{
|
||||
gold_error(_("symbol %s has undefined version %s"),
|
||||
sym->name(), version);
|
||||
sym->demangled_name().c_str(), version);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user