opcodes: blackfin: push down global state
authorMike Frysinger <vapier@gentoo.org>
Sat, 5 Feb 2011 21:37:39 +0000 (16:37 -0500)
committerMike Frysinger <vapier@gentoo.org>
Wed, 13 Aug 2014 11:06:15 +0000 (07:06 -0400)
commit703ec4e8d0c1daac6033e14170c0ddd28c455c0a
treec42edb3e967d2a4aef63b031b19f33391bbbf832
parented2c4879565a32432f6cbbf7569e0922835475b0
opcodes: blackfin: push down global state

The variables used to track insn state should be pushed down into the
private_data structure to avoid pollution across calls.

This also happens to fix the output when hitting comments/invalid insns
which needs to tweak a gas test.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
gas/testsuite/ChangeLog
gas/testsuite/gas/bfin/parallel_illegal.d
opcodes/ChangeLog
opcodes/bfin-dis.c