+1999-01-29 Nick Clifton <nickc@cygnus.com>
+
+ * readelf.c (process_symbol_table): Do not produce a histogram of
+ bucket chains if none were found.
+
1999-01-27 Nick Clifton <nickc@cygnus.com>
* version.c: Add 1999 copyright.
fprintf (stdout, _(" -x <number> or --hex-dump=<number>\n"));
fprintf (stdout, _(" Dump the contents of section <number>\n"));
fprintf (stdout, _(" -w[liap] or --debug-dump[=line,=info,=abbrev,=pubnames]\n"));
- fprintf (stdout, _(" Display the contents of DWARF debug sections\n"));
+ fprintf (stdout, _(" Display the contents of DWARF2 debug sections\n"));
#ifdef SUPPORT_DISASSEMBLY
fprintf (stdout, _(" -i <number> or --instruction-dump=<number>\n"));
fprintf (stdout, _(" Disassemble the contents of section <number>\n"));
printf
(_("\nDynamic symbol information is not available for displaying symbols.\n"));
- if (do_histogram)
+ if (do_histogram && buckets != NULL)
{
int *lengths;
int *counts;