* config/tc-xtensa.c (xg_emit_insn): Include "dwarf2dbg.h" and add

call to dwarf2_emit_insn.
This commit is contained in:
Bob Wilson 2003-11-19 23:55:06 +00:00
parent d6bfa74209
commit cda2eb9eeb
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2003-11-19 Bob Wilson <bob.wilson@acm.org>
* config/tc-xtensa.c (xg_emit_insn): Include "dwarf2dbg.h" and add
call to dwarf2_emit_insn.
2003-11-18 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
* config/tc-mips.c (macro): Handle new macros: "lca" and "dlca"

View File

@ -27,6 +27,7 @@
#include "subsegs.h"
#include "xtensa-relax.h"
#include "xtensa-istack.h"
#include "dwarf2dbg.h"
#include "struc-symbol.h"
#include "xtensa-config.h"
@ -3929,6 +3930,8 @@ xg_emit_insn (t_insn, record_fix)
xtensa_insnbuf_to_chars (isa, insnbuf, f);
dwarf2_emit_insn (byte_count);
/* Now spit out the opcode fixup.... */
if (!has_fixup)
return !ok;