diff options
Diffstat (limited to 'gdb/minsyms.c')
-rw-r--r-- | gdb/minsyms.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/minsyms.c b/gdb/minsyms.c index e207930..95dd6cf 100644 --- a/gdb/minsyms.c +++ b/gdb/minsyms.c @@ -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 |