aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2008-08-20 19:39:11 +0000
committerDaniel Jacobowitz <drow@false.org>2008-08-20 19:39:11 +0000
commit7475d072247b7e9f66a7d60a032bf5b648d22e51 (patch)
tree9f9b3afde0ba643c0771aa0937d5ee97db0f01e3 /gdb/ChangeLog
parent1d325ec1dc714a85e00d249f2e3ddc1bcd4456bf (diff)
downloadgdb-7475d072247b7e9f66a7d60a032bf5b648d22e51.zip
gdb-7475d072247b7e9f66a7d60a032bf5b648d22e51.tar.gz
gdb-7475d072247b7e9f66a7d60a032bf5b648d22e51.tar.bz2
* dwarf2read.c (free_die_list, copy_die): Delete.
(dwarf_alloc_die): Take a CU argument. Allocate the new DIE on the obstack. (read_full_die): Update call to dwarf_alloc_die. Allocate attributes on the CU obstack. (free_one_comp_unit): Do not call free_die_list.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 064e4c2..412d84a 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,14 @@
2008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
+ * dwarf2read.c (free_die_list, copy_die): Delete.
+ (dwarf_alloc_die): Take a CU argument. Allocate the new DIE
+ on the obstack.
+ (read_full_die): Update call to dwarf_alloc_die. Allocate
+ attributes on the CU obstack.
+ (free_one_comp_unit): Do not call free_die_list.
+
+2008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
+
* dwarf2read.c (read_die_and_children): Ignore NULL DIEs.
(read_die_and_siblings): Likewise. Do not add padding DIEs to the
sibling list.