* dwarf2.c (_bfd_dwarf2_find_nearest_line): Fix typo in
authorAlexandre Oliva <aoliva@redhat.com>
Wed, 16 Apr 2003 00:30:24 +0000 (00:30 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Wed, 16 Apr 2003 00:30:24 +0000 (00:30 +0000)
2003-04-09's change.

bfd/ChangeLog
bfd/dwarf2.c

index 3edd91d3e4df921e6c88c4f7184755bbb6e23f14..1650199eb437a8f3f605469152e8d6d2f91d6249 100644 (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
index c4a44234c8340a9c097f76c6cd48bc2d649d30e3..7a9e5b00e31e1c63ccb4cb5e1737296f826356c1 100644 (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;
This page took 0.031007 seconds and 4 git commands to generate.