diff options
Diffstat (limited to 'bfd/dwarf2.c')
-rw-r--r-- | bfd/dwarf2.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/dwarf2.c b/bfd/dwarf2.c index 42f3052..141c686 100644 --- a/bfd/dwarf2.c +++ b/bfd/dwarf2.c @@ -1248,7 +1248,7 @@ parse_comp_unit (abfd, stash, unit_length, abbrev_length) char *info_ptr = stash->info_ptr; char *end_ptr = info_ptr + unit_length; - + version = read_2_bytes (abfd, info_ptr); info_ptr += 2; BFD_ASSERT (abbrev_length == 0 @@ -1542,7 +1542,7 @@ _bfd_dwarf2_find_nearest_line (abfd, section, symbols, offset, return false; *pinfo = (PTR) stash; - + msec = find_debug_info (abfd, NULL); if (! msec) /* No dwarf2 info. Note that at this point the stash |