mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-25 12:01:00 +00:00
* dwarf2.c (_bfd_dwarf2_find_nearest_line): Fix typo in
2003-04-09's change.
This commit is contained in:
parent
897dafdda2
commit
060dc71d21
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user