dwarf2out.c (DEBUG_LTO_DWO_INFO_SECTION): Reorder defines.
authorJakub Jelinek <jakub@redhat.com>
Wed, 20 Sep 2017 09:02:52 +0000 (11:02 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Wed, 20 Sep 2017 09:02:52 +0000 (11:02 +0200)
commitdcc34072c43b8081d337008d529d3e77e25c52bc
tree52eea67ef087f458cca53396cfdcfcfa4229b01a
parent0f45457ef436fd85549281064ab74ee55247b13c
dwarf2out.c (DEBUG_LTO_DWO_INFO_SECTION): Reorder defines.

* dwarf2out.c (DEBUG_LTO_DWO_INFO_SECTION): Reorder defines.
(DEBUG_LTO_ABBREV_SECTION): Likewise.
(DEBUG_LTO_MACINFO_SECTION): Likewise.
(DEBUG_MACRO_SECTION): Likewise.
(DEBUG_LTO_MACRO_SECTION): Likewise.
(DEBUG_STR_DWO_SECTION): Likewise.
(DEBUG_LTO_STR_DWO_SECTION): Likewise.
(DEBUG_LTO_LINE_SECTION): Drop .dwo suffix from the name.
(DEBUG_LTO_DWO_LINE_SECTION): Define.
(DEBUG_LTO_LINE_STR_SECTION): Define.
(init_sections_and_labels): Initialize debug_line_str_section
variable.  Initialize debug_loc_section for -gdwarf-5 to
DEBUG_LOCLISTS_SECTION.  Formatting fixes.

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