diff options
Diffstat (limited to 'binutils/dwarf.c')
-rw-r--r-- | binutils/dwarf.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/binutils/dwarf.c b/binutils/dwarf.c index 4f5aa2b..2f877e7 100644 --- a/binutils/dwarf.c +++ b/binutils/dwarf.c @@ -2379,7 +2379,9 @@ process_debug_info (struct dwarf_section *section, break; } - if (!do_loc && die_offset >= dwarf_start_die) + if (!do_loc && die_offset >= dwarf_start_die + && (dwarf_cutoff_level == -1 + || level < dwarf_cutoff_level)) printf (_(" <%d><%lx>: Abbrev Number: 0\n"), level, die_offset); |