* dwarf.c (display_debug_frames): Don't return on ZERO
	terminator.
This commit is contained in:
H.J. Lu
2006-05-15 14:50:38 +00:00
parent b247355e2d
commit b758e50f4c
2 changed files with 6 additions and 1 deletions

View File

@@ -2927,7 +2927,7 @@ display_debug_frames (struct dwarf_section *section,
{
printf ("\n%08lx ZERO terminator\n\n",
(unsigned long)(saved_start - section_start));
return 1;
continue;
}
if (length == 0xffffffff)