Code cleanup: Add objfile_name accessor
[deliverable/binutils-gdb.git] / gdb / minsyms.c
index e2079301fad7ce8aa1b3983901b7014d1a03ea47..95dd6cf8317878c5f487af600cedf5879deafab4 100644 (file)
@@ -1187,7 +1187,7 @@ install_minimal_symbols (struct objfile *objfile)
        {
          fprintf_unfiltered (gdb_stdlog,
                              "Installing %d minimal symbols of objfile %s.\n",
-                             msym_count, objfile->name);
+                             msym_count, objfile_name (objfile));
        }
 
       /* Allocate enough space in the obstack, into which we will gather the
This page took 0.024842 seconds and 4 git commands to generate.