forked from Imagelibrary/binutils-gdb
2006-05-15 H.J. Lu <hongjiu.lu@intel.com>
* dwarf.c (display_debug_frames): Don't return on ZERO terminator.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user