* config/xtensa-istack.h (TInsn): Replace dwarf2_line_info with an
authorBob Wilson <bob.wilson@acm.org>
Mon, 17 Oct 2005 18:17:08 +0000 (18:17 +0000)
committerBob Wilson <bob.wilson@acm.org>
Mon, 17 Oct 2005 18:17:08 +0000 (18:17 +0000)
commit7c430684d0241f2ea22e0aaba1cfb9c1345168ad
treee18135360af6e1033cfeeb5a77449ac3a2e77208
parent2e803135a9eaaa78e3ee9456fbbdf934ec5f8018
* config/xtensa-istack.h (TInsn): Replace dwarf2_line_info with an
unsigned line number.  Do not include "dwarf2dbg.h".
* config/tc-xtensa.c (md_pseudo_table): Remove entry for "loc".
(xtensa_dwarf2_directive_loc, xtensa_dwarf2_emit_insn): Delete.
(xg_build_to_insn, xg_build_token_insn): Update TInsn uses.
(md_assemble): Use as_where instead of dwarf2_where.
(xg_assemble_vliw_tokens): Use unsigned line numbers instead of
dwarf2_line_infos.  Change to call new_logical_line followed by
dwarf2_emit_insn.
gas/ChangeLog
gas/config/tc-xtensa.c
gas/config/xtensa-istack.h