fix typo in previous delta
authorNick Clifton <nickc@redhat.com>
Thu, 28 Oct 1999 09:05:19 +0000 (09:05 +0000)
committerNick Clifton <nickc@redhat.com>
Thu, 28 Oct 1999 09:05:19 +0000 (09:05 +0000)
opcodes/ChangeLog
opcodes/mcore-dis.c

index a57449aeceadb4175316d63d3c14f3c60239fe25..02994fc0790d12bf7b6ca80a9b774c599625918a 100644 (file)
@@ -1,3 +1,7 @@
+1999-10-28  Nick Clifton  <nickc@cygnus.com>
+
+       * mcore-dis.c: Remove spurious code introduced in previous delta. 
+
 1999-10-27  Scott Bambrough  <scottb@netwinder.org>
 
        * arm-dis.c: Include sysdep.h to prevent compile time warnings.
index 957a01a0ad02b71d8260a29f99f8a6d72f61538e..793de68c73f9073da3e84097240f76cce8d16f76 100644 (file)
@@ -22,50 +22,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 #include "mcore-opc.h"
 #include "dis-asm.h"
 
-/* Mask for each mcore_opclass: */
-static const unsigned short imsk[] =
-{
-    /* O0  */ 0xFFFF,
-    /* OT  */ 0xFFFC,
-    /* O1  */ 0xFFF0,
-    /* OC  */ 0xFFE0,
-    /* O2  */ 0xFF00,
-    /* X1  */ 0xFFF0,
-    /* OI  */ 0xFE00,
-    /* OB  */ 0xFE00,
-             
-    /* OMa */ 0xFFF0,
-    /* SI  */ 0xFE00,
-    /* I7  */ 0xF800,
-    /* LS  */ 0xF000,
-    /* BR  */ 0xF800,
-    /* BL  */ 0xFF00,
-    /* LR  */ 0xF000,
-    /* LJ  */ 0xFF00,
-             
-    /* RM  */ 0xFFF0,
-    /* RQ  */ 0xFFF0,
-    /* JSR */ 0xFFF0,
-    /* JMP */ 0xFFF0,
-    /* OBRa*/ 0xFFF0,
-    /* OBRb*/ 0xFF80,
-    /* OBRc*/ 0xFF00,
-    /* OBR2*/ 0xFE00,
-             
-    /* O1R1*/ 0xFFF0,
-    /* OMb */ 0xFF80,
-    /* OMc */ 0xFF00,
-    /* SIa */ 0xFE00,
-
-Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
-
-#include <stdio.h>
-#define STATIC_TABLE
-#define DEFINE_TABLE
-
-#include "mcore-opc.h"
-#include "dis-asm.h"
-
 /* Mask for each mcore_opclass: */
 static const unsigned short imsk[] =
 {
This page took 0.025774 seconds and 4 git commands to generate.