dwarf2out.c (add_AT_lbl_offset): Rename from add_AT_section_offset.
authorJason Merrill <jason@gcc.gnu.org>
Thu, 11 Mar 1999 10:34:01 +0000 (05:34 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Thu, 11 Mar 1999 10:34:01 +0000 (05:34 -0500)
commit8b790721e4e1a1692efd6e526a92c2b617a6f2a2
tree09e2da610db93879aa2d8860d8b5a462c72dfaed
parent44ccea4059a2085af0dd71d033781cc4a12a1104
dwarf2out.c (add_AT_lbl_offset): Rename from add_AT_section_offset.

* dwarf2out.c (add_AT_lbl_offset): Rename from add_AT_section_offset.
(print_die, size_of_die, value_format, output_die): Adjust.
* dwarf2out.c (TEXT_SECTION_LAABEL, DEBUG_LINE_SECTION_LABEL,
DEBUG_INFO_SECTION_LABEL, ABBREV_SECTION_LABEL,
text_section_laabel, debug_line_section_label,
debug_info_section_label, abbrev_section_label): New.
(output_compilation_unit_header):  Emit label associated
with section instead of section name itself.
(out_pubnames, output_aranges, output_line_info,
dwarf2out_finish): Likewise.
(dwarf2out_init): Build internal label names for sections
from static labels.

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