gas: blackfin: fix DBG/DBGCMPLX insn encoding
commit3b6dce354ff215f13be23aeac98e09f350a43255
authorMike Frysinger <vapier@gentoo.org>
Wed, 22 Sep 2010 21:26:11 +0000 (22 21:26 +0000)
committerMike Frysinger <vapier@gentoo.org>
Wed, 22 Sep 2010 21:26:11 +0000 (22 21:26 +0000)
treecd1b9d047c214014e238b3a12ac8e46ada526bfa
parent2cd1a9111fc195c1f8a6463080f324661124e24f
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