diff options
author | Andre Vieira <andre.simoesdiasvieira@arm.com> | 2017-06-14 10:52:40 +0100 |
---|---|---|
committer | Richard Earnshaw <Richard.Earnshaw@arm.com> | 2017-06-14 10:52:40 +0100 |
commit | 05c966f3c98d6126404f1cd7f233148a89810b5d (patch) | |
tree | 10bd37cea0490d618487410f5226e4d076cdf8de | |
parent | 04f963fd489cae724a60140e13984415c205f4ac (diff) | |
download | gdb-05c966f3c98d6126404f1cd7f233148a89810b5d.zip gdb-05c966f3c98d6126404f1cd7f233148a89810b5d.tar.gz gdb-05c966f3c98d6126404f1cd7f233148a89810b5d.tar.bz2 |
[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/ChangeLog | 4 | ||||
-rw-r--r-- | opcodes/arm-dis.c | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 888126e..7cfe6c1 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 a0a03ee..fbb7c10 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"}, |