This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] [opcodes][arm] Remove bogus entry added by accident in former patch


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=05c966f3c98d6126404f1cd7f233148a89810b5d

commit 05c966f3c98d6126404f1cd7f233148a89810b5d
Author: Andre Vieira <andre.simoesdiasvieira@arm.com>
Date:   Wed Jun 14 10:52:40 2017 +0100

    [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.

Diff:
---
 opcodes/ChangeLog | 4 ++++
 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"},


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]