PR c++/11026:
* dwarf2read.c (read_partial_die): Allocate partial DIE's name on objfile obstack.
This commit is contained in:
parent
500ee42ee0
commit
95519e0ee9
@ -1,3 +1,9 @@
|
||||
2010-01-19 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
PR c++/11026:
|
||||
* dwarf2read.c (read_partial_die): Allocate partial DIE's name on
|
||||
objfile obstack.
|
||||
|
||||
2010-01-19 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* top.c (stop_sig, float_handler, do_nothing): Remove.
|
||||
|
@ -6781,7 +6781,7 @@ read_partial_die (struct partial_die_info *part_die,
|
||||
default:
|
||||
part_die->name
|
||||
= dwarf2_canonicalize_name (DW_STRING (&attr), cu,
|
||||
&cu->comp_unit_obstack);
|
||||
&cu->objfile->objfile_obstack);
|
||||
break;
|
||||
}
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user