aboutsummaryrefslogtreecommitdiff
path: root/opcodes
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2009-06-15 15:42:36 +0000
committerNick Clifton <nickc@redhat.com>2009-06-15 15:42:36 +0000
commitfe2ceba1015932a19f428ccc01143df437567be4 (patch)
tree8cb99443b166325193633a74d21884b3755b75ee /opcodes
parent522fe56177eaa68d38d62ae56763544ab795c36b (diff)
downloadgdb-fe2ceba1015932a19f428ccc01143df437567be4.zip
gdb-fe2ceba1015932a19f428ccc01143df437567be4.tar.gz
gdb-fe2ceba1015932a19f428ccc01143df437567be4.tar.bz2
PR 10186
* arm-dis.c (thumb32_opcodes): Fix binary value of SEV.W instruction. * gas/arm/thumb32.d: Fix expected binary value of SEV.W instruction. * config/tc-arm.c (T16_32_TAB): Fix binary value of SEV.W instruction.
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 5fd7db0..0596631 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,5 +1,9 @@
2009-06-15 Nick Clifton <nickc@redhat.com>
+ PR 10186
+ * arm-dis.c (thumb32_opcodes): Fix binary value of SEV.W
+ instruction.
+
PR 10173
* cr16-dis.c (print_arg): Avoid printing the 0x prefix twice.
diff --git a/opcodes/arm-dis.c b/opcodes/arm-dis.c
index cb3bc99..ce724a5 100644
--- a/opcodes/arm-dis.c
+++ b/opcodes/arm-dis.c
@@ -1245,7 +1245,7 @@ static const struct opcode32 thumb32_opcodes[] =
{ARM_EXT_V6T2, 0xf3af8001, 0xffffffff, "yield%c.w"},
{ARM_EXT_V6T2, 0xf3af8002, 0xffffffff, "wfe%c.w"},
{ARM_EXT_V6T2, 0xf3af8003, 0xffffffff, "wfi%c.w"},
- {ARM_EXT_V6T2, 0xf3af9004, 0xffffffff, "sev%c.w"},
+ {ARM_EXT_V6T2, 0xf3af8004, 0xffffffff, "sev%c.w"},
{ARM_EXT_V6T2, 0xf3af8000, 0xffffff00, "nop%c.w\t{%0-7d}"},
{ARM_EXT_V6T2, 0xf3bf8f2f, 0xffffffff, "clrex%c"},