mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-29 08:24:05 +08:00
* dwarf2read.c (find_partial_die): Don't reassign to 'back_to'.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2009-11-23 Tom Tromey <tromey@redhat.com>
|
||||||
|
|
||||||
|
* dwarf2read.c (find_partial_die): Don't reassign to 'back_to'.
|
||||||
|
|
||||||
2009-11-23 Michael Snyder <msnyder@vmware.com>
|
2009-11-23 Michael Snyder <msnyder@vmware.com>
|
||||||
|
|
||||||
* NEWS: Mention hw watchpoint fix for process record.
|
* NEWS: Mention hw watchpoint fix for process record.
|
||||||
|
@ -6914,7 +6914,7 @@ find_partial_die (unsigned int offset, struct dwarf2_cu *cu)
|
|||||||
if (per_cu->cu->dwarf2_abbrevs == NULL)
|
if (per_cu->cu->dwarf2_abbrevs == NULL)
|
||||||
{
|
{
|
||||||
dwarf2_read_abbrevs (per_cu->cu->objfile->obfd, per_cu->cu);
|
dwarf2_read_abbrevs (per_cu->cu->objfile->obfd, per_cu->cu);
|
||||||
back_to = make_cleanup (dwarf2_free_abbrev_table, per_cu->cu);
|
make_cleanup (dwarf2_free_abbrev_table, per_cu->cu);
|
||||||
}
|
}
|
||||||
info_ptr = (dwarf2_per_objfile->info.buffer
|
info_ptr = (dwarf2_per_objfile->info.buffer
|
||||||
+ per_cu->cu->header.offset
|
+ per_cu->cu->header.offset
|
||||||
|
Reference in New Issue
Block a user