]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/symmisc.c
gdb: have mdict_size always return a symbol count
[thirdparty/binutils-gdb.git] / gdb / symmisc.c
index a2f90277227778e95fd3c1e250a1de9775866cd8..a65552aa2d22f744896c86f732a292b5a6a0340b 100644 (file)
@@ -286,7 +286,7 @@ dump_symtab_1 (struct symtab *symtab, struct ui_file *outfile)
          /* drow/2002-07-10: We could save the total symbols count
             even if we're using a hashtable, but nothing else but this message
             wants it.  */
-         gdb_printf (outfile, ", %d syms/buckets in ",
+         gdb_printf (outfile, ", %d symbols in ",
                      mdict_size (b->multidict ()));
          gdb_puts (paddress (gdbarch, b->start ()), outfile);
          gdb_printf (outfile, "..");