* dwarf2dbg.c: Include safe-ctype.h.
authorRichard Henderson <rth@redhat.com>
Wed, 7 Sep 2005 11:41:25 +0000 (11:41 +0000)
committerRichard Henderson <rth@redhat.com>
Wed, 7 Sep 2005 11:41:25 +0000 (11:41 +0000)
commitbd0eb99b906bd9e11675cf96a196e4044c39282a
treec1570ec872b360e652df9fec5d42c5ac78449de2
parentb8ee1a6e86e6d9a74a59ef3c251183a10e87311e
    * dwarf2dbg.c: Include safe-ctype.h.
        (DWARF2_LINE_OPCODE_BASE): Bump to 13.
        (current): Initialize.
        (dwarf2_emit_insn): Clear DWARF2_FLAG_BASIC_BLOCK,
        DWARF2_FLAG_PROLOGUE_END, DWARF2_FLAG_EPILOGUE_BEGIN.
        (dwarf2_directive_file): Cope with invalid filename.
        (dwarf2_directive_loc): Add handling for basic_block, prologue_end,
        epilogue_begin, is_stmt, isa.
        (emit_inc_line_addr): Move line_delta == 0, addr_delta == 0 special
        case down lower.
        (process_entries): Handle isa, DWARF2_FLAG_PROLOGUE_END,
        and DWARF2_FLAG_EPILOGUE_BEGIN.
        (out_debug_line): Emit sizes for DW_LNS_set_prologue_end,
        DW_LNS_set_epilogue_begin, DW_LNS_set_isa.
        * dwarf2dbg.h (DWARF2_FLAG_IS_STMT): Rename from DWARF2_FLAG_BEGIN_STMT.        (DWARF2_FLAG_BASIC_BLOCK): Rename from DWARF2_FLAG_BEGIN_BLOCK.
        (DWARF2_FLAG_PROLOGUE_END, DWARF2_FLAG_EPILOGUE_BEGIN): New.
        (struct dwarf2_line_info): Add isa member.
        * doc/as.texinfo (LNS directives): New node.
gas/ChangeLog
gas/doc/as.texinfo
gas/dwarf2dbg.c
gas/dwarf2dbg.h
gas/testsuite/ChangeLog
gas/testsuite/gas/lns/lns-common-1.d [new file with mode: 0644]
gas/testsuite/gas/lns/lns-common-1.s [new file with mode: 0644]
gas/testsuite/gas/lns/lns-diag-1.l [new file with mode: 0644]
gas/testsuite/gas/lns/lns-diag-1.s [new file with mode: 0644]
gas/testsuite/gas/lns/lns.exp [new file with mode: 0644]
This page took 0.026653 seconds and 4 git commands to generate.