]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gas/ChangeLog
gas: blackfin: fix DBG/DBGCMPLX insn encoding
authorMike Frysinger <vapier@gentoo.org>
Wed, 22 Sep 2010 21:26:13 +0000 (21:26 +0000)
committerMike Frysinger <vapier@gentoo.org>
Wed, 22 Sep 2010 21:26:13 +0000 (21:26 +0000)
commita01eda858f5dc30309e79650b4cc9775416665af
treea9cc1ad7fd5226927ff82ed3ee2cc12bd0f5f44c
parentefda024297b5add28bbcb35d3a8d9261d1fdac55
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