Skip to content

Commit 05c966f

Browse files
avieira-armRichard Earnshaw
authored and
Richard Earnshaw
committed
[opcodes][arm] Remove bogus entry added by accident in former patch
2017-07-14 Andre Vieira <[email protected]> * arm-dis.c (print_insn_arm): Remove bogus entry for bx.
1 parent 04f963f commit 05c966f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

opcodes/ChangeLog

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2017-07-14 Andre Vieira <[email protected]>
2+
3+
* arm-dis.c (print_insn_arm): Remove bogus entry for bx.
4+
15
2017-05-30 Anton Kolesov <[email protected]>
26

37
* arc-dis.c (enforced_isa_mask): Declare.

opcodes/arm-dis.c

-2
Original file line numberDiff line numberDiff line change
@@ -2310,8 +2310,6 @@ static const struct opcode32 arm_opcodes[] =
23102310
0x01300000, 0x0ff00010, "teq%p%c\t%16-19r, %o"},
23112311
{ARM_FEATURE_CORE_LOW (ARM_EXT_V1),
23122312
0x01300010, 0x0ff00010, "teq%p%c\t%16-19R, %o"},
2313-
{ARM_FEATURE_CORE_LOW (ARM_EXT_V5),
2314-
0x0130f000, 0x0ff0f010, "bx%c\t%0-3r"},
23152313

23162314
{ARM_FEATURE_CORE_LOW (ARM_EXT_V1),
23172315
0x03400000, 0x0fe00000, "cmp%p%c\t%16-19r, %o"},

0 commit comments

Comments
 (0)