void values (int name) const
{
- location () << "different values for attribute 0x" << name << endl;
+ location () << "different values for attribute 0x" << hex << name << endl;
}
};
}
template<>
-int describe_mismatch (const dwarf::attribute &a, const dwarf::attribute &b,
- const context &say)
+int
+describe_mismatch (const dwarf::attribute &a, const dwarf::attribute &b,
+ const context &say)
{
int result = a.first != b.first;
if (result != 0)
}
else
{
-
elfutils::dwarf file1 (dw1);
elfutils::dwarf file2 (dw2);
-
if (quiet)
result = !(file1 == file2);
else