]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
* dwarf2read.c (dwarf2_read_abbrevs): Return 1 iff we saw any
authorDaniel Jacobowitz <drow@false.org>
Mon, 23 Feb 2004 20:02:37 +0000 (20:02 +0000)
committerDaniel Jacobowitz <drow@false.org>
Mon, 23 Feb 2004 20:02:37 +0000 (20:02 +0000)
commitb86503378caff512de89271b53e0549389bd9972
tree56698bf31a9137c3091f06c89912c7313633eed3
parente50920560b60d1f8a42ee21248c2b430b796be34
* dwarf2read.c (dwarf2_read_abbrevs): Return 1 iff we saw any
DW_FORM_ref_addr tags.
(create_comp_unit_tree): Add prototype.  Take an objfile instead
of a compilation unit.
(dwarf2_build_psymtabs_hard): Build the compilation unit tree
as soon as we find an inter-CU reference.  Update call to
create_comp_unit_tree.
(dwarf2_find_containing_comp_unit): Don't create the tree here.
(psymtab_to_symtab_1): Update to support no tree having been built.
(set_die_type): Likewise.
gdb/ChangeLog.intercu
gdb/dwarf2read.c