* dwarf2read.c (load_cu): Move assert to more useful location.
This commit is contained in:
parent
68dc6402dc
commit
2dc860c0ac
@ -1,5 +1,7 @@
|
|||||||
2012-01-01 Doug Evans <dje@google.com>
|
2012-01-01 Doug Evans <dje@google.com>
|
||||||
|
|
||||||
|
* dwarf2read.c (load_cu): Move assert to more useful location.
|
||||||
|
|
||||||
* dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
|
* dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
|
||||||
All callers updated.
|
All callers updated.
|
||||||
|
|
||||||
|
@ -1833,9 +1833,9 @@ load_cu (struct dwarf2_per_cu_data *per_cu)
|
|||||||
else
|
else
|
||||||
load_full_comp_unit (per_cu, per_cu->objfile);
|
load_full_comp_unit (per_cu, per_cu->objfile);
|
||||||
|
|
||||||
dwarf2_find_base_address (per_cu->cu->dies, per_cu->cu);
|
|
||||||
|
|
||||||
gdb_assert (per_cu->cu != NULL);
|
gdb_assert (per_cu->cu != NULL);
|
||||||
|
|
||||||
|
dwarf2_find_base_address (per_cu->cu->dies, per_cu->cu);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Read in the symbols for PER_CU. OBJFILE is the objfile from which
|
/* Read in the symbols for PER_CU. OBJFILE is the objfile from which
|
||||||
|
Loading…
Reference in New Issue
Block a user