forked from Imagelibrary/binutils-gdb
gas: blackfin: fix DBG/DBGCMPLX insn encoding
Some extended registers when given to the DBG/DBGCMPLX pseudo insns are not encoded properly. So fix them, fix the display of them when being disassembled, and add testcases. Signed-off-by: Robin Getz <robin.getz@analog.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
@@ -4561,7 +4561,7 @@ decode_pseudoDEBUG_0 (TIword iw0, disassemble_info *outf)
|
||||
}
|
||||
else if (fn == 0)
|
||||
{
|
||||
OUTS (outf, "DBG");
|
||||
OUTS (outf, "DBG ");
|
||||
OUTS (outf, allregs (reg, grp));
|
||||
}
|
||||
else if (fn == 1)
|
||||
|
||||
Reference in New Issue
Block a user