aboutsummaryrefslogtreecommitdiff
path: root/bfd/dwarf2.c
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2003-04-16 00:30:24 +0000
committerAlexandre Oliva <aoliva@redhat.com>2003-04-16 00:30:24 +0000
commit060dc71d214a80f4efcb3133935f133c7898a982 (patch)
tree622ab8eee3539cb655c9216b748c595eb256879e /bfd/dwarf2.c
parent897dafdda2e457a9543ec50668d73154b574149b (diff)
downloadfsf-binutils-gdb-060dc71d214a80f4efcb3133935f133c7898a982.zip
fsf-binutils-gdb-060dc71d214a80f4efcb3133935f133c7898a982.tar.gz
fsf-binutils-gdb-060dc71d214a80f4efcb3133935f133c7898a982.tar.bz2
* dwarf2.c (_bfd_dwarf2_find_nearest_line): Fix typo in
2003-04-09's change.
Diffstat (limited to 'bfd/dwarf2.c')
-rw-r--r--bfd/dwarf2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/dwarf2.c b/bfd/dwarf2.c
index c4a4423..7a9e5b0 100644
--- a/bfd/dwarf2.c
+++ b/bfd/dwarf2.c
@@ -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;