dwarf2out.c (dwarf2out_line): Constify `lastfile'.
authorRichard Henderson <rth@gcc.gnu.org>
Thu, 2 Sep 1999 17:29:25 +0000 (10:29 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Thu, 2 Sep 1999 17:29:25 +0000 (10:29 -0700)
commite2bef702d6db5181253b7edd7f9ca9c88abedd00
tree983023b55501936201b52db239d4a15278e92b74
parentec4f972f6cd8c1801cb78b2e81c52529e70d39a5
dwarf2out.c (dwarf2out_line): Constify `lastfile'.

        * dwarf2out.c (dwarf2out_line): Constify `lastfile'.
        * except.c (expand_rethrow): Remove unused variable.
        * expr.c (do_jump_by_parts_greater_rtx): Likewise.
        * flow.c (replace_insns): Likewise.
        (create_edge_list, verify_edge_list): Likewise.
        * gcse.c (cprop_cc0_jump): Protect declaration with HAVE_cc0.

        * genemit.c (gen_expand): Only emit `operands[N]' decl if there
        is special code to run.
        (main): Don't define operands to emit_operand.
        * genrecog.c (main): Don't emit an empty peephole2_insn function.

        * rtl.h (NOTE_BASIC_BLOCK): Use X0BBDEF.

        * alpha/alpha.h (normal_memory_operand): Declare.
        (reg_no_subreg_operand): Declare.
        * alpha/elf.h (ASM_DECLARE_OBJECT_NAME): Use HOST_WIDE_INT_PRINT_DEC.

From-SVN: r29061
gcc/config/alpha/alpha.h
gcc/config/alpha/elf.h
gcc/dwarf2out.c
gcc/except.c
gcc/expr.c
gcc/flow.c
gcc/gcse.c
gcc/genemit.c
gcc/genrecog.c
gcc/rtl.h