projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a003ad
)
Revert accidental commit of V6K ops
author
Zack Weinberg
<zackw@panix.com>
Sat, 12 Mar 2005 18:17:42 +0000
(18:17 +0000)
committer
Zack Weinberg
<zackw@panix.com>
Sat, 12 Mar 2005 18:17:42 +0000
(18:17 +0000)
opcodes/arm-dis.c
patch
|
blob
|
history
diff --git
a/opcodes/arm-dis.c
b/opcodes/arm-dis.c
index a87bcc0b2f839f56041c663c3ab26891edcac537..3ec809027c7871528930c47c5350f9941a007791 100644
(file)
--- 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"},