aboutsummaryrefslogtreecommitdiff
path: root/binutils/dwarf.c
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2006-05-15 14:50:38 +0000
committerH.J. Lu <hjl.tools@gmail.com>2006-05-15 14:50:38 +0000
commitb758e50f4c55af4db5d2ed792f388ed6e56f66dc (patch)
treebf849248697322ca512a1536e29ad5b3253e2efa /binutils/dwarf.c
parentb247355e2d7aeb89307619b8fbd2e6337a3d6227 (diff)
downloadfsf-binutils-gdb-b758e50f4c55af4db5d2ed792f388ed6e56f66dc.zip
fsf-binutils-gdb-b758e50f4c55af4db5d2ed792f388ed6e56f66dc.tar.gz
fsf-binutils-gdb-b758e50f4c55af4db5d2ed792f388ed6e56f66dc.tar.bz2
2006-05-15 H.J. Lu <hongjiu.lu@intel.com>
* dwarf.c (display_debug_frames): Don't return on ZERO terminator.
Diffstat (limited to 'binutils/dwarf.c')
-rw-r--r--binutils/dwarf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/dwarf.c b/binutils/dwarf.c
index c69cab2..56669be 100644
--- a/binutils/dwarf.c
+++ b/binutils/dwarf.c
@@ -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)