* dwarf2read.c (find_partial_die): Don't reassign to 'back_to'.

This commit is contained in:
Tom Tromey 2009-11-23 22:06:04 +00:00
parent 7a6973ad42
commit 53d72f980c
2 changed files with 5 additions and 1 deletions

View File

@ -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>
* NEWS: Mention hw watchpoint fix for process record.

View File

@ -6914,7 +6914,7 @@ find_partial_die (unsigned int offset, struct dwarf2_cu *cu)
if (per_cu->cu->dwarf2_abbrevs == NULL)
{
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
+ per_cu->cu->header.offset