* hist.c (scale_and_align_entries): Avoid C99 feature.
+2007-05-14 H.J. Lu <hongjiu.lu@intel.com>
+
+ * hist.c (scale_and_align_entries): Avoid C99 feature.
+
2007-04-19 Alan Modra <amodra@bigpond.net.au>
* corefile.c (core_create_function_syms, core_create_line_syms): Don't
for (sym = symtab.base; sym < symtab.limit; sym++)
{
- sym->hist.scaled_addr = sym->addr / sizeof (UNIT);
-
histogram *r = find_histogram_for_pc (sym->addr);
+ sym->hist.scaled_addr = sym->addr / sizeof (UNIT);
+
if (r)
{
bin_of_entry = (sym->hist.scaled_addr - r->lowpc) / hist_scale;