+2001-10-01 Nick Clifton <nickc@cambridge.redhat.com>
+
+ * readelf.c (display_debug_aranges): Warn about DWARF64 format
+ .debug_arange sections.
+
2001-08-05 Philip Blundell <philb@gnu.org>
* binutils.texi (objdump): Fix typos. Use "Thumb" not "THUMB".
arange.ar_pointer_size = BYTE_GET (external->ar_pointer_size);
arange.ar_segment_size = BYTE_GET (external->ar_segment_size);
+ if (arange.ar_length == 0xffffffff)
+ {
+ warn (_("DWARF64 aranges not currently supported.\n"));
+ break;
+ }
+
if (arange.ar_version != 2)
{
warn (_("Only DWARF 2 aranges are currently supported.\n"));