OSDN Git Service

gas: blackfin: fix DBG/DBGCMPLX insn encoding
authorvapier <vapier>
Wed, 22 Sep 2010 21:26:11 +0000 (21:26 +0000)
committervapier <vapier>
Wed, 22 Sep 2010 21:26:11 +0000 (21:26 +0000)
commita3c87d58ae1f3d717f51715d113bed7b3d5296bf
tree7fff5c93f27b58dc91926447effd0d862d9c4ac8
parent4486741cf13ef6c42bc51fb5a3704c90959c8cd8
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>
gas/ChangeLog
gas/config/bfin-parse.y
gas/testsuite/ChangeLog
gas/testsuite/gas/bfin/bfin.exp
gas/testsuite/gas/bfin/pseudo.d [new file with mode: 0644]
gas/testsuite/gas/bfin/pseudo.s [new file with mode: 0644]
opcodes/ChangeLog
opcodes/bfin-dis.c