Make ia64 port use tags instead of labels for debug info labels.
commit8215347ec3d842c217c911c23d01540da7a8fa7c
authorJim Wilson <wilson@redhat.com>
Wed, 1 Nov 2000 00:20:34 +0000 (1 00:20 +0000)
committerJim Wilson <wilson@gcc.gnu.org>
Wed, 1 Nov 2000 00:20:34 +0000 (31 16:20 -0800)
treef74b9a4d296a145ceee676bb737c29f0db6b96e5
parent4547105f643233da44000b0c7f0a2f5b83548f28
Make ia64 port use tags instead of labels for debug info labels.

* defaults.h (ASM_OUTPUT_DEBUG_LABEL): New.
* tm.texi (ASM_OUTPUT_DEBUG_LABEL): Document.
* dwarf2out.c (dwarf2out_begin_block): Use ASM_OUTPUT_DEBUG_LABEL
instead of ASM_OUTPUT_INTERNAL_LABEL.
(dwarf2out_end_block, dwarf2out_label): Likewise.
* final.c (final_scan_insn, case NOTE_INSN_DELETED_LABEL): Likewise
* config/ia64/ia64.h (ASM_OUTPUT_DEBUG_LABEL): Define.

From-SVN: r37174
gcc/ChangeLog
gcc/config/ia64/ia64.h
gcc/defaults.h
gcc/dwarf2out.c
gcc/final.c
gcc/tm.texi