* dwarf2read.c (init_cutu_and_read_dies): Renamed from
authorDoug Evans <dje@google.com>
Tue, 1 May 2012 03:00:36 +0000 (03:00 +0000)
committerDoug Evans <dje@google.com>
Tue, 1 May 2012 03:00:36 +0000 (03:00 +0000)
commitfd8205284be4f6b36dd6f9bb897ead99bf87fe73
tree63610f793337637f2850b424960eb8ac86781ded
parentec3f619d0af60ed65806e3628dd44c64f2b16558
* dwarf2read.c (init_cutu_and_read_dies): Renamed from
init_and_read_dies_worker.  All callers updated.
(init_cu_and_read_dies, init_tu_and_read_dies): Delete.  All calls
replaced with init_cutu_and_read_dies.
(load_partial_comp_unit): Pass 1 for use_existing_cu.
(find_partial_die): Remove FIXME.  Don't free current CU.

testsuite/
* gdb.dwarf2/pr13961.S: New file.
* gdb.dwarf2/pr13961.exp: New file.
gdb/ChangeLog
gdb/dwarf2read.c
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.dwarf2/pr13961.S [new file with mode: 0644]
gdb/testsuite/gdb.dwarf2/pr13961.exp [new file with mode: 0644]