SYMTAB_OBJFILE: New macro.
[deliverable/binutils-gdb.git] / gdb / symmisc.c
index 885fe12f5c8e52f18a2e4bcd3865791dd5e9751f..623bcb32331450d9af85b572f54c8ef25d11b04d 100644 (file)
@@ -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!  ");
            }
This page took 0.025736 seconds and 4 git commands to generate.