diff options
| author | Roland McGrath <[email protected]> | 2010-06-15 23:10:35 -0700 |
|---|---|---|
| committer | Roland McGrath <[email protected]> | 2010-06-16 12:11:03 -0700 |
| commit | 3e0f7d1d1b817040cef82f41879f471ab59b663e (patch) | |
| tree | 42999dc59b7bab5c0524f15a7f928cb2905f49d5 /libdw/dwarf_getaranges.c | |
| parent | 3e4b5bbeca8987527c11a1ea048459a7ebd4ab5e (diff) | |
Handle reading .debug_types section.
Diffstat (limited to 'libdw/dwarf_getaranges.c')
| -rw-r--r-- | libdw/dwarf_getaranges.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libdw/dwarf_getaranges.c b/libdw/dwarf_getaranges.c index 72334f5f..cced9bf8 100644 --- a/libdw/dwarf_getaranges.c +++ b/libdw/dwarf_getaranges.c @@ -1,5 +1,5 @@ /* Return list address ranges. - Copyright (C) 2000-2009 Red Hat, Inc. + Copyright (C) 2000-2010 Red Hat, Inc. This file is part of Red Hat elfutils. Written by Ulrich Drepper <[email protected]>, 2000. @@ -199,7 +199,8 @@ dwarf_getaranges (dbg, aranges, naranges) else offset_size = 4; new_arange->arange.offset = DIE_OFFSET_FROM_CU_OFFSET (offset, - offset_size); + offset_size, + false); /* Sanity-check the data. */ if (new_arange->arange.offset |
