summaryrefslogtreecommitdiff
path: root/binutils/dwarf.c
diff options
context:
space:
mode:
Diffstat (limited to 'binutils/dwarf.c')
-rw-r--r--binutils/dwarf.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/binutils/dwarf.c b/binutils/dwarf.c
index 4f5aa2bfe6..2f877e79be 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);