diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-09-22 21:53:14 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-09-22 21:53:14 +0000 |
commit | 775f1cf0c29d662e29905b5b06f0dc079ba10e5a (patch) | |
tree | fdb9d552936eb4129564847c847fd4098aea5696 /opcodes/ChangeLog | |
parent | 0b7691fd6ec26dfb326e9c35cf4c5b157d3998df (diff) | |
download | gdb-775f1cf0c29d662e29905b5b06f0dc079ba10e5a.zip gdb-775f1cf0c29d662e29905b5b06f0dc079ba10e5a.tar.gz gdb-775f1cf0c29d662e29905b5b06f0dc079ba10e5a.tar.bz2 |
opcodes: blackfin: mark push/pop insns with a P6/P7 range as illegal
The push/pop multiple insn has a 3 bit field for the P register range,
but only values of 0...5 are valid (P0 - P5). There is no such P6 or
P7 register, so mark these insns as illegal.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 3067e3c..f11938c 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2010-09-22 Mike Frysinger <vapier@gentoo.org> + + * bfin-dis.c (decode_PushPopMultiple_0): Return 0 when pr > 5. + 2010-09-22 Robin Getz <robin.getz@analog.com> * bfin-dis.c (decode_dsp32shiftimm_0): Add missing "S" flag. |