forked from Imagelibrary/binutils-gdb
SYMTAB_OBJFILE: New macro.
gdb/ChangeLog: * symtab.h (SYMTAB_OBJFILE): New macro. All uses of member symtab.objfile updated to use it.
This commit is contained in:
@@ -182,7 +182,7 @@ dump_objfile (struct objfile *objfile)
|
||||
printf_filtered ("%s at ", symtab_to_filename_for_display (symtab));
|
||||
gdb_print_host_address (symtab, gdb_stdout);
|
||||
printf_filtered (", ");
|
||||
if (symtab->objfile != objfile)
|
||||
if (SYMTAB_OBJFILE (symtab) != objfile)
|
||||
{
|
||||
printf_filtered ("NOT ON CHAIN! ");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user