* dwarf2dbg.c: Remove superfluous forward function declarations.
commit7bf89d4175decca818500c7815a69f4a1353841b
authorAlan Modra <amodra@bigpond.net.au>
Mon, 4 Aug 2008 10:55:48 +0000 (4 10:55 +0000)
committerAlan Modra <amodra@bigpond.net.au>
Mon, 4 Aug 2008 10:55:48 +0000 (4 10:55 +0000)
tree1d92b027c69684322c28fd7b642334f3198afcc2
parent9ad12a096a66459200d496bb02edeec5803acbc3
* dwarf2dbg.c: Remove superfluous forward function declarations.
(DWARF2_FORMAT): Add section arg.
(out_header): New function, split out from..
(out_debug_line): ..here.
(out_debug_aranges): Use out_header.
(out_debug_abbrev): Add info_seg and line_seg args.  Use
DW_FORM_data8 (for DW_AT_stmt_list) if line_seg is 64-bit.
(out_debug_info): Use out_header.  Output 8 byte DW_AT_stmt_list
if line_seg is 64-bit.
(dwarf2_finish): Adjust out_debug_abbrev call.
* config/tc-mips.h (DWARF2_FORMAT, mips_dwarf2_format): Add sec arg.
* config/tc-mips.c (mips_dwarf2_format): Likewise.
gas/ChangeLog
gas/config/tc-mips.c
gas/config/tc-mips.h
gas/dwarf2dbg.c