forked from Imagelibrary/binutils-gdb
* config/tc-xtensa.c (xg_emit_insn): Include "dwarf2dbg.h" and add
call to dwarf2_emit_insn.
This commit is contained in:
@@ -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>
|
2003-11-18 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
|
||||||
|
|
||||||
* config/tc-mips.c (macro): Handle new macros: "lca" and "dlca"
|
* config/tc-mips.c (macro): Handle new macros: "lca" and "dlca"
|
||||||
|
|||||||
@@ -27,6 +27,7 @@
|
|||||||
#include "subsegs.h"
|
#include "subsegs.h"
|
||||||
#include "xtensa-relax.h"
|
#include "xtensa-relax.h"
|
||||||
#include "xtensa-istack.h"
|
#include "xtensa-istack.h"
|
||||||
|
#include "dwarf2dbg.h"
|
||||||
#include "struc-symbol.h"
|
#include "struc-symbol.h"
|
||||||
#include "xtensa-config.h"
|
#include "xtensa-config.h"
|
||||||
|
|
||||||
@@ -3929,6 +3930,8 @@ xg_emit_insn (t_insn, record_fix)
|
|||||||
|
|
||||||
xtensa_insnbuf_to_chars (isa, insnbuf, f);
|
xtensa_insnbuf_to_chars (isa, insnbuf, f);
|
||||||
|
|
||||||
|
dwarf2_emit_insn (byte_count);
|
||||||
|
|
||||||
/* Now spit out the opcode fixup.... */
|
/* Now spit out the opcode fixup.... */
|
||||||
if (!has_fixup)
|
if (!has_fixup)
|
||||||
return !ok;
|
return !ok;
|
||||||
|
|||||||
Reference in New Issue
Block a user