summaryrefslogtreecommitdiffstats
path: root/libdwfl/dwfl_module.c
diff options
context:
space:
mode:
authorRoland McGrath <[email protected]>2005-08-23 08:20:21 +0000
committerRoland McGrath <[email protected]>2005-08-23 08:20:21 +0000
commitd17fac7e89666b47811581b10b5ca0d253a3a82d (patch)
tree31a39f5bbf15cdaa7740ba91302651ad40c3fc1d /libdwfl/dwfl_module.c
parent3712b288d1407cf6551d359cdaacb31bbf2b2a75 (diff)
2005-08-23 Roland McGrath <[email protected]>
* dwarf_attr_integrate.c (dwarf_attr_integrate): Treat DW_AT_specification the same as DW_AT_abstract_origin.
Diffstat (limited to 'libdwfl/dwfl_module.c')
-rw-r--r--libdwfl/dwfl_module.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libdwfl/dwfl_module.c b/libdwfl/dwfl_module.c
index eecdb524..613c48de 100644
--- a/libdwfl/dwfl_module.c
+++ b/libdwfl/dwfl_module.c
@@ -68,6 +68,8 @@ dwfl_report_begin (Dwfl *dwfl)
free (dwfl->modules);
dwfl->modules = NULL;
dwfl->nmodules = 0;
+
+ dwfl->offline_next_address = OFFLINE_REDZONE;
}
INTDEF (dwfl_report_begin)