mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 23:39:35 +08:00
PR c++/11026:
* dwarf2read.c (read_partial_die): Allocate partial DIE's name on objfile obstack.
This commit is contained in:
@ -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>
|
2010-01-19 Tom Tromey <tromey@redhat.com>
|
||||||
|
|
||||||
* top.c (stop_sig, float_handler, do_nothing): Remove.
|
* top.c (stop_sig, float_handler, do_nothing): Remove.
|
||||||
|
@ -6781,7 +6781,7 @@ read_partial_die (struct partial_die_info *part_die,
|
|||||||
default:
|
default:
|
||||||
part_die->name
|
part_die->name
|
||||||
= dwarf2_canonicalize_name (DW_STRING (&attr), cu,
|
= dwarf2_canonicalize_name (DW_STRING (&attr), cu,
|
||||||
&cu->comp_unit_obstack);
|
&cu->objfile->objfile_obstack);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
Reference in New Issue
Block a user