[opcodes][arm] Remove bogus entry added by accident in former patch
authorAndre Vieira <andre.simoesdiasvieira@arm.com>
Wed, 14 Jun 2017 09:52:40 +0000 (10:52 +0100)
committerRichard Earnshaw <Richard.Earnshaw@arm.com>
Wed, 14 Jun 2017 09:52:40 +0000 (10:52 +0100)
2017-07-14  Andre Vieira  <andre.simoesdiasvieira@arm.com>

* arm-dis.c (print_insn_arm): Remove bogus entry for bx.

opcodes/ChangeLog
opcodes/arm-dis.c

index 888126e4e7c8356cbc4caa992d42d1c2fbab89f3..7cfe6c1064188dcf6740a982c63cbdfb3af9164b 100644 (file)
@@ -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.
index a0a03ee1f87fa87ebeb85aa12e3f1f6b711e5838..fbb7c10a4e2b623c86aa1548be1b1ec1135245d6 100644 (file)
@@ -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"},
This page took 0.032778 seconds and 4 git commands to generate.