Index: gcc/ChangeLog
authorGeoffrey Keating <geoffk@apple.com>
Tue, 3 Jan 2006 04:57:10 +0000 (04:57 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Tue, 3 Jan 2006 04:57:10 +0000 (04:57 +0000)
commit1146e682161b865edd7d440bfe2c7d4f42308dbe
tree40bc676762641a40b8792a8cd71b443369577e32
parent5ae500d240055e40000336e7b88a4d569040ec4c
Index: gcc/ChangeLog
2006-01-02  Geoffrey Keating  <geoffk@apple.com>

* dwarf2out.c (have_switched_text_section): Delete.
(have_multiple_function_sections): New.
(have_location_lists): Make 'bool'.
(add_AT_loc_list): Use 'true' not '1'.
(dwarf2out_switch_text_section): Set have_multiple_function_sections.
(output_loc_list): Use have_multiple_function_sections.
(output_ranges): Likewise.
(dwarf2out_begin_function): Set have_multiple_function_sections if
necessary.
(dwarf2out_source_line): Don't fake separate_line_info_table_in_use.
Check function_section rather than DECL_SECTION_NAME.
(dwarf2out_finish): Use have_multiple_function_sections.
Don't clear have_location_lists.

Index: gcc/testsuite/ChangeLog
2006-01-02  Geoffrey Keating  <geoffk@apple.com>

* g++.dg/debug/debug9.C: New.

From-SVN: r109260
gcc/ChangeLog
gcc/dwarf2out.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/debug/debug9.C [new file with mode: 0644]