dwarf2out.c (cu_die_list): New global.
authorRichard Biener <rguenther@suse.de>
Wed, 28 Sep 2016 14:31:04 +0000 (14:31 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Wed, 28 Sep 2016 14:31:04 +0000 (14:31 +0000)
commitb23d063b5282827b499d22365b675544e55769da
tree0c1f9e39090786c42190641d1ba2aa4faf2199d2
parent8fd57d049ffe9220c16b662a434578fb77bec047
dwarf2out.c (cu_die_list): New global.

2016-09-27  Richard Biener  <rguenther@suse.de>

* dwarf2out.c (cu_die_list): New global.
(dwarf2out_finish): Walk cu_die_list instead of limbo DIEs.  Add
main_comp_unit_die to cu_die_list if we created it.
Move break_out_includes ...
(dwarf2out_early_finish): ... here.  Push created CU DIEs onto
the cu_die_list.

From-SVN: r240579
gcc/ChangeLog
gcc/dwarf2out.c