* dwarf2read.c (free_die_list, copy_die): Delete.
authorDaniel Jacobowitz <drow@false.org>
Wed, 20 Aug 2008 19:39:11 +0000 (19:39 +0000)
committerDaniel Jacobowitz <drow@false.org>
Wed, 20 Aug 2008 19:39:11 +0000 (19:39 +0000)
commit7475d072247b7e9f66a7d60a032bf5b648d22e51
tree9f9b3afde0ba643c0771aa0937d5ee97db0f01e3
parent1d325ec1dc714a85e00d249f2e3ddc1bcd4456bf
* 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.
gdb/ChangeLog
gdb/dwarf2read.c