]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
* dwarf2read.c (struct dwarf2_per_cu_data): New field type_hash.
authorDaniel Jacobowitz <drow@false.org>
Tue, 21 Sep 2004 15:04:41 +0000 (15:04 +0000)
committerDaniel Jacobowitz <drow@false.org>
Tue, 21 Sep 2004 15:04:41 +0000 (15:04 +0000)
commit1c379e20045b531fc5f5feb8ccc6441cd52c79a1
treeb0dff92e84d1710bf4316f8da1715e9839ab870d
parentf1760497bfb3b18b80912efb9227865371c6a316
* dwarf2read.c (struct dwarf2_per_cu_data): New field type_hash.
(struct dwarf2_offset_and_type): New.
(set_die_type, reset_die_and_siblings_types, get_die_type)
(offset_and_type_hash, offset_and_type_eq): New functions.
(read_structure_type, read_enumeration_type, read_array_type)
(read_namespace, read_tag_pointer_type, read_tag_ptr_to_member_type)
(read_tag_reference_type, read_tag_const_type)
(read_tag_volatile_type, read_tag_string_type, read_subroutine_type)
(read_typedef, read_base_type, read_subrange_type): Use
set_die_type.
gdb/ChangeLog
gdb/dwarf2read.c