aboutsummaryrefslogtreecommitdiff
path: root/opcodes
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2005-10-26 14:09:29 +0000
committerPaul Brook <paul@codesourcery.com>2005-10-26 14:09:29 +0000
commitf1022c90ad7f6b94257c1b2fda3b46a5db9c9867 (patch)
tree176d9dbb361b3aaec574b30a772828983713dee8 /opcodes
parent4d1bb7955a8b830dd30e41436d2cf3b7729e1a9b (diff)
downloadgdb-f1022c90ad7f6b94257c1b2fda3b46a5db9c9867.zip
gdb-f1022c90ad7f6b94257c1b2fda3b46a5db9c9867.tar.gz
gdb-f1022c90ad7f6b94257c1b2fda3b46a5db9c9867.tar.bz2
2005-10-26 Paul Brook <paul@codesourcery.com>
gas/ * config/tc-arm.c (insns): Correct "sel" entry. gas/testsuite/ * gas/arm/archv6.d: Adjust expected output. opcodes/ * arm-dis.c (arm_opcodes): Correct "sel" entry.
Diffstat (limited to 'opcodes')
-rw-r--r--opcodes/ChangeLog4
-rw-r--r--opcodes/arm-dis.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 42c6fe9..46175ce 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,7 @@
+2005-10-26 Paul Brook <paul@codesourcery.com>
+
+ * arm-dis.c (arm_opcodes): Correct "sel" entry.
+
2005-10-26 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
* m32r-asm.c: Regenerate.
diff --git a/opcodes/arm-dis.c b/opcodes/arm-dis.c
index e5c3742..236a1c9 100644
--- a/opcodes/arm-dis.c
+++ b/opcodes/arm-dis.c
@@ -557,7 +557,7 @@ static const struct opcode32 arm_opcodes[] =
{ARM_EXT_V6, 0x06e00470, 0x0ff00ff0, "uxtab%c\t%12-15r, %16-19r, %0-3r, ROR #8"},
{ARM_EXT_V6, 0x06e00870, 0x0ff00ff0, "uxtab%c\t%12-15r, %16-19r, %0-3r, ROR #16"},
{ARM_EXT_V6, 0x06e00c70, 0x0ff00ff0, "uxtab%c\t%12-15r, %16-19r, %0-3r, ROR #24"},
- {ARM_EXT_V6, 0x068000b0, 0x0ff00ff0, "sel%c\t%12-15r, %16-19r, %0-3r"},
+ {ARM_EXT_V6, 0x06800fb0, 0x0ff00ff0, "sel%c\t%12-15r, %16-19r, %0-3r"},
{ARM_EXT_V6, 0xf1010000, 0xfffffc00, "setend\t%9?ble"},
{ARM_EXT_V6, 0x0700f010, 0x0ff0f0d0, "smuad%5'x%c\t%16-19r, %0-3r, %8-11r"},
{ARM_EXT_V6, 0x0700f050, 0x0ff0f0d0, "smusd%5'x%c\t%16-19r, %0-3r, %8-11r"},