* dwarf2.c (_bfd_dwarf2_find_nearest_line): Fix typo in

2003-04-09's change.
This commit is contained in:
Alexandre Oliva 2003-04-16 00:30:24 +00:00
parent 897dafdda2
commit 060dc71d21
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2003-04-15 Alexandre Oliva <aoliva@redhat.com>
* dwarf2.c (_bfd_dwarf2_find_nearest_line): Fix typo in
2003-04-09's change.
2003-04-15 Brian Ford <ford@vss.fsi.com>
* peicode.h (coff_swap_scnhdr_in): If a section holds

View File

@ -1951,7 +1951,7 @@ _bfd_dwarf2_find_nearest_line (abfd, section, symbols, offset,
else if (addr_size == 8)
{
length = read_8_bytes (abfd, stash->info_ptr);
stash->info_ptr = 8;
stash->info_ptr += 8;
}
else
stash->info_ptr += 4;