diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-09-22 21:05:03 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-09-22 21:05:03 +0000 |
commit | 22215ae09b35cffb17d23cb159e603227caa9957 (patch) | |
tree | 91ff1a0e0840586a9d233b104cb2ba78b06f9235 /opcodes/ChangeLog | |
parent | 73a63ccf2f0f856eebf7fee67309fe2a276c39d6 (diff) | |
download | gdb-22215ae09b35cffb17d23cb159e603227caa9957.zip gdb-22215ae09b35cffb17d23cb159e603227caa9957.tar.gz gdb-22215ae09b35cffb17d23cb159e603227caa9957.tar.bz2 |
opcodes/gas: blackfin: handle more ASTAT flags
Support a few more ASTAT bits with the standard insns that operate on
ASTAT bits directly.
Signed-off-by: Robin Getz <robin.getz@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index fcf9b57..171d5e6 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,9 @@ +2010-09-22 Robin Getz <robin.getz@analog.com> + + * bfin-dis.c (machine_registers): Add AC0_COPY, V_COPY, and RND_MOD. + (reg_names): Likewise. + (decode_statbits): Likewise; while reformatting to make manageable. + 2010-09-22 Mike Frysinger <vapier@gentoo.org> * bfin-dis.c (decode_pseudoDEBUG_0): Add space after OUTC. |