aboutsummaryrefslogtreecommitdiff
path: root/opcodes
diff options
context:
space:
mode:
authorZack Weinberg <zackw@panix.com>2005-03-12 18:17:42 +0000
committerZack Weinberg <zackw@panix.com>2005-03-12 18:17:42 +0000
commitb9fd58c7eb0d15707317f6b317d539271771d732 (patch)
tree75a2e6e5a59dc2230e4bf6bc03b97bdd3d5134a3 /opcodes
parent0a003adc41a589d208bc114c2d19383880ff7073 (diff)
downloadfsf-binutils-gdb-b9fd58c7eb0d15707317f6b317d539271771d732.zip
fsf-binutils-gdb-b9fd58c7eb0d15707317f6b317d539271771d732.tar.gz
fsf-binutils-gdb-b9fd58c7eb0d15707317f6b317d539271771d732.tar.bz2
Revert accidental commit of V6K ops
Diffstat (limited to 'opcodes')
-rw-r--r--opcodes/arm-dis.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/opcodes/arm-dis.c b/opcodes/arm-dis.c
index a87bcc0..3ec8090 100644
--- a/opcodes/arm-dis.c
+++ b/opcodes/arm-dis.c
@@ -635,13 +635,6 @@ static const struct thumb_opcode thumb_opcodes[] =
{
/* Thumb instructions. */
- /* ARM V6K no-argument instructions. */
- {ARM_EXT_V6K, 0xbf00, 0xffff, "nop"},
- {ARM_EXT_V6K, 0xbf10, 0xffff, "yield"},
- {ARM_EXT_V6K, 0xbf20, 0xffff, "wfe"},
- {ARM_EXT_V6K, 0xbf30, 0xffff, "wfi"},
- {ARM_EXT_V6K, 0xbf40, 0xffff, "sev"},
-
/* ARM V6. */
{ARM_EXT_V6, 0xb660, 0xfff8, "cpsie\t%2'a%1'i%0'f"},
{ARM_EXT_V6, 0xb670, 0xfff8, "cpsid\t%2'a%1'i%0'f"},