symmisc.c (dump_symtab_1): Print owning compunit for identical blockvectors.
* symmisc.c (dump_symtab_1): Print owning compunit for identical blockvectors.
This commit is contained in:
parent
8cef59a2e3
commit
6c739336e5
@ -1,3 +1,8 @@
|
||||
2016-04-20 Doug Evans <xdje42@gmail.com>
|
||||
|
||||
* symmisc.c (dump_symtab_1): Print owning compunit for identical
|
||||
blockvectors.
|
||||
|
||||
2016-04-20 Yao Qi <yao.qi@linaro.org>
|
||||
|
||||
* aarch32-linux-nat.c: Include "arch/arm-linux.h".
|
||||
|
@ -377,7 +377,12 @@ dump_symtab_1 (struct symtab *symtab, struct ui_file *outfile)
|
||||
}
|
||||
else
|
||||
{
|
||||
fprintf_filtered (outfile, "\nBlockvector same as previous symtab\n\n");
|
||||
const char *compunit_filename
|
||||
= symtab_to_filename_for_display (COMPUNIT_FILETABS (SYMTAB_COMPUNIT (symtab)));
|
||||
|
||||
fprintf_filtered (outfile,
|
||||
"\nBlockvector same as owning compunit: %s\n\n",
|
||||
compunit_filename);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user