From: Andre Vieira Date: Wed, 14 Jun 2017 09:52:40 +0000 (+0100) Subject: [opcodes][arm] Remove bogus entry added by accident in former patch X-Git-Tag: binutils-2_29~276 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=05c966f3c98d6126404f1cd7f233148a89810b5d;p=external%2Fbinutils.git [opcodes][arm] Remove bogus entry added by accident in former patch 2017-07-14 Andre Vieira * arm-dis.c (print_insn_arm): Remove bogus entry for bx. --- 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 + + * arm-dis.c (print_insn_arm): Remove bogus entry for bx. + 2017-05-30 Anton Kolesov * 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"},