dwarfout.c (INSN_LABEL_FMT): Remove.
authorRichard Henderson <rth@redhat.com>
Wed, 8 Nov 2000 02:18:00 +0000 (18:18 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Wed, 8 Nov 2000 02:18:00 +0000 (18:18 -0800)
commit6623457026dcd56ff98d3671fa038818abceaf77
tree039cf362a9d26bfab7e7bde482045c4c205f1b48
parentcd5c4048b3b393f2fe046b2d0f676e7f3c3822d8
dwarfout.c (INSN_LABEL_FMT): Remove.

        * dwarfout.c (INSN_LABEL_FMT): Remove.
        (output_label_die): Use ASM_GENERATE_INTERNAL_LABEL.
        (dwarfout_label): Remove.
        * dwarfout.h: Remove it's prototype.
        * dwarf2out.c (INSN_LABEL_FMT): Remove.
        (gen_label_die): Use ASM_GENERATE_INTERNAL_LABEL.
        (dwarf2out_label): Remove.
        * dwarf2out.h: Remove it's prototype.
        * final.c (final_scan_insn): Don't call dwarf[2]out_label.

From-SVN: r37310
gcc/ChangeLog
gcc/dwarf2out.c
gcc/dwarf2out.h
gcc/dwarfout.c
gcc/dwarfout.h
gcc/final.c