summaryrefslogtreecommitdiff
path: root/gdb/ChangeLog.intercu
diff options
context:
space:
mode:
authorDaniel Jacobowitz <dan@debian.org>2004-02-25 03:45:12 +0000
committerDaniel Jacobowitz <dan@debian.org>2004-02-25 03:45:12 +0000
commitf2f478acbc1a4b6fa75790de9604e1df002ca1dd (patch)
treed9c5b9223181a763ae228c4c19ee5ac6333e66b2 /gdb/ChangeLog.intercu
parent1732c077f9a405ac981cd94b7b252ae5751d480e (diff)
downloadgdb-f2f478acbc1a4b6fa75790de9604e1df002ca1dd.tar.gz
* dwarf2read.c (struct comp_unit_head): Remove dwarf2_abbrevs array.
(struct dwarf2_cu): Add dwarf2_abbrevs pointer. Update comment about comp_unit_head. (dwarf2_free_abbrev_table): Renamed from dwarf2_empty_abbrev_table. Clear the pointer abbrev table pointer. (dwarf2_build_psymtabs_hard, load_comp_unit, load_full_comp_unit): Update calls. (dwarf2_read_abbrevs): Update for moved dwarf2_abbrevs pointer. Allocate the hash table from the obstack. (dwarf2_lookup_abbrev): Update for moved dwarf2_abbrevs pointer.
Diffstat (limited to 'gdb/ChangeLog.intercu')
-rw-r--r--gdb/ChangeLog.intercu13
1 files changed, 13 insertions, 0 deletions
diff --git a/gdb/ChangeLog.intercu b/gdb/ChangeLog.intercu
index 88f8d31d1b1..3529a5b2986 100644
--- a/gdb/ChangeLog.intercu
+++ b/gdb/ChangeLog.intercu
@@ -1,5 +1,18 @@
2004-02-24 Daniel Jacobowitz <drow@mvista.com>
+ * dwarf2read.c (struct comp_unit_head): Remove dwarf2_abbrevs array.
+ (struct dwarf2_cu): Add dwarf2_abbrevs pointer. Update comment about
+ comp_unit_head.
+ (dwarf2_free_abbrev_table): Renamed from dwarf2_empty_abbrev_table.
+ Clear the pointer abbrev table pointer.
+ (dwarf2_build_psymtabs_hard, load_comp_unit, load_full_comp_unit):
+ Update calls.
+ (dwarf2_read_abbrevs): Update for moved dwarf2_abbrevs pointer.
+ Allocate the hash table from the obstack.
+ (dwarf2_lookup_abbrev): Update for moved dwarf2_abbrevs pointer.
+
+2004-02-24 Daniel Jacobowitz <drow@mvista.com>
+
* dwarf2read.c (skip_leb128, peek_die_abbrev, skip_one_die)
(skip_children, locate_pdi_sibling): Update comments and
clean up.