* readelf.c (display_debug_ranges): Print out offset for end of
list.
+2005-02-25 H.J. Lu <hongjiu.lu@intel.com>
+
+ * readelf.c (display_debug_ranges): Print out offset for end of
+ list.
+
2005-02-23 Alan Modra <amodra@bigpond.net.au>
* dlltool.c: Warning fixes.
start += pointer_size;
if (begin == 0 && end == 0)
- break;
+ {
+ printf (_(" %8.8lx <End of list>\n"), offset);
+ break;
+ }
/* Check base address specifiers. */
if (begin == -1UL && end != -1UL)
putchar ('\n');
}
- fputs (_(" <End of list>\n"), stdout);
}
}
putchar ('\n');