re PR debug/48176 (.debug_aranges is no longer emitted)
authorJakub Jelinek <jakub@redhat.com>
Fri, 18 Mar 2011 16:18:05 +0000 (17:18 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Fri, 18 Mar 2011 16:18:05 +0000 (17:18 +0100)
commit81f2b976a55ab0dee51d3bcdc12eb934ce7af855
tree1aecf8a59cfbc06f52fa1411e322505d3765acea
parent68fd7765e4b8719538b920e4e868910a4c15db22
re PR debug/48176 (.debug_aranges is no longer emitted)

PR debug/48176
* dwarf2out.c (dwarf2out_finish): Call output_aranges even when
arange_table_in_use is 0, but either text_section_used or
cold_text_section_used is true.  Don't call it if
!info_section_emitted.

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