* readelf.c (display_debug_loc): Display base address
specifiers. Always output <End of list>.
+2005-01-05 H.J. Lu <hongjiu.lu@intel.com>
+
+ * readelf.c (display_debug_loc): Display base address
+ specifiers. Always output <End of list>.
+
2005-01-05 H.J. Lu <hongjiu.lu@intel.com>
* readelf.c (have_frame_base): New.
if (begin == -1UL && end != -1UL)
{
base_address = end;
+ printf (" %8.8lx %8.8lx %8.8lx (base address)\n",
+ offset, begin, end);
continue;
}
start += length;
}
- if (j < debug_information [i].num_loc_offsets -1)
- printf (_(" <End of list>"));
- printf ("\n");
+ fputs (_(" <End of list>\n"), stdout);
}
}
return 1;