Commit fe7cd37f by Richard Henderson Committed by Richard Henderson

* dwarf2out.c (dwarf2out_finish): Don't emit DW_AT_stmt_list at -g1.

From-SVN: r42731
parent 2297fdf1
2001-05-30 Richard Henderson <rth@redhat.com>
* dwarf2out.c (dwarf2out_finish): Don't emit DW_AT_stmt_list at -g1.
2001-05-30 Tom Tromey <tromey@redhat.com>
* gcc.c (do_spec_1): In `%O' case, if we computed saved_suffix,
......
......@@ -11445,8 +11445,9 @@ dwarf2out_finish ()
add_AT_lbl_id (comp_unit_die, DW_AT_high_pc, text_end_label);
}
add_AT_lbl_offset (comp_unit_die, DW_AT_stmt_list,
debug_line_section_label);
if (debug_info_level >= DINFO_LEVEL_NORMAL)
add_AT_lbl_offset (comp_unit_die, DW_AT_stmt_list,
debug_line_section_label);
#if 0 /* unimplemented */
if (debug_info_level >= DINFO_LEVEL_VERBOSE && primary)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment