diff options
Diffstat (limited to 'binutils/dwarf.c')
-rw-r--r-- | binutils/dwarf.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/binutils/dwarf.c b/binutils/dwarf.c index 5a42d79..18e63ee 100644 --- a/binutils/dwarf.c +++ b/binutils/dwarf.c @@ -2813,6 +2813,9 @@ display_debug_lines (struct dwarf_section *section, void *file) return 0; } + if (do_debug_lines == 0) + do_debug_lines |= FLAG_DEBUG_LINES_RAW; + if (do_debug_lines & FLAG_DEBUG_LINES_RAW) retValRaw = display_debug_lines_raw (section, data, end); |