summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Vieira <andre.simoesdiasvieira@arm.com>2017-06-14 10:52:40 +0100
committerRichard Earnshaw <Richard.Earnshaw@arm.com>2017-06-14 10:52:40 +0100
commit05c966f3c98d6126404f1cd7f233148a89810b5d (patch)
tree10bd37cea0490d618487410f5226e4d076cdf8de
parent04f963fd489cae724a60140e13984415c205f4ac (diff)
downloadbinutils-gdb-05c966f3c98d6126404f1cd7f233148a89810b5d.tar.gz
[opcodes][arm] Remove bogus entry added by accident in former patch
2017-07-14 Andre Vieira <andre.simoesdiasvieira@arm.com> * arm-dis.c (print_insn_arm): Remove bogus entry for bx.
-rw-r--r--opcodes/ChangeLog4
-rw-r--r--opcodes/arm-dis.c2
2 files changed, 4 insertions, 2 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 888126e4e7c..7cfe6c10641 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,7 @@
+2017-07-14 Andre Vieira <andre.simoesdiasvieira@arm.com>
+
+ * arm-dis.c (print_insn_arm): Remove bogus entry for bx.
+
2017-05-30 Anton Kolesov <anton.kolesov@synopsys.com>
* arc-dis.c (enforced_isa_mask): Declare.
diff --git a/opcodes/arm-dis.c b/opcodes/arm-dis.c
index a0a03ee1f87..fbb7c10a4e2 100644
--- a/opcodes/arm-dis.c
+++ b/opcodes/arm-dis.c
@@ -2310,8 +2310,6 @@ static const struct opcode32 arm_opcodes[] =
0x01300000, 0x0ff00010, "teq%p%c\t%16-19r, %o"},
{ARM_FEATURE_CORE_LOW (ARM_EXT_V1),
0x01300010, 0x0ff00010, "teq%p%c\t%16-19R, %o"},
- {ARM_FEATURE_CORE_LOW (ARM_EXT_V5),
- 0x0130f000, 0x0ff0f010, "bx%c\t%0-3r"},
{ARM_FEATURE_CORE_LOW (ARM_EXT_V1),
0x03400000, 0x0fe00000, "cmp%p%c\t%16-19r, %o"},