summaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorDaniel Jacobowitz <dan@debian.org>2004-09-21 15:04:41 +0000
committerDaniel Jacobowitz <dan@debian.org>2004-09-21 15:04:41 +0000
commit678d58ad7118729dbc22589211bd47c57162ff0d (patch)
tree00b8d3ed05ad24d23d2de86b303bbfa635b959c9 /gdb/ChangeLog
parent14e8ae5969380294bcbcc78bff23c38935605a2a (diff)
downloadgdb-678d58ad7118729dbc22589211bd47c57162ff0d.tar.gz
* dwarf2read.c (struct dwarf2_per_cu_data): New field type_hash.drow_intercu-merge-20040921
(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.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 1b67d61bf5a..90d02c55799 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,16 @@
+2004-09-21 Daniel Jacobowitz <dan@debian.org>
+
+ * 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.
+
2004-09-20 Daniel Jacobowitz <dan@debian.org>
* Makefile.in (dwarf2read.o): Update dependencies.