* cr16.h (cr16_num_optab): Declared.
authorNick Clifton <nickc@redhat.com>
Mon, 18 Feb 2008 13:46:45 +0000 (13:46 +0000)
committerNick Clifton <nickc@redhat.com>
Mon, 18 Feb 2008 13:46:45 +0000 (13:46 +0000)
        * cr16-opc.c  (cr16_num_optab): Defined

include/opcode/ChangeLog
include/opcode/cr16.h
opcodes/ChangeLog
opcodes/cr16-opc.c

index b5e77b852ada0b57d1c52f392caf56a6f63e18e1..1de316e21701840a0b8c603edf38ee08541df20a 100644 (file)
@@ -1,3 +1,7 @@
+2008-02-18  M R Swami Reddy <MR.Swami.Reddy@nsc.com>
+
+       * cr16.h (cr16_num_optab): Declared.
+
 2008-02-14  Hakan Ardo  <hakan@debian.org>
 
        PR gas/2626
index b7e3be554fcdcda5727b360e6f40d7f4c2ad746f..c99c51a6e5a887f1e3abae634db6402c5262b0d5 100644 (file)
@@ -1,5 +1,5 @@
 /* cr16.h -- Header file for CR16 opcode and register tables.
-   Copyright 2007 Free Software Foundation, Inc.
+   Copyright 2007, 2008 Free Software Foundation, Inc.
    Contributed by M R Swami Reddy
 
    This file is part of GAS, GDB and the GNU binutils.
@@ -368,6 +368,7 @@ extern const unsigned int cr16_num_opcodes;
 
 /* CR16 operands table.  */
 extern const operand_entry cr16_optab[];
+extern const unsigned int cr16_num_optab;
 
 /* CR16 registers table.  */
 extern const reg_entry cr16_regtab[];
index e5ef34928bc21d79bb56ef6049ec2ccd36491607..954517862c56f46c60f1ec044a1c7fc7b7d59208 100644 (file)
@@ -1,3 +1,7 @@
+2008-02-18  M R Swami Reddy <MR.Swami.Reddy@nsc.com>
+
+       * cr16-opc.c  (cr16_num_optab): Defined
+
 2008-02-16  H.J. Lu  <hongjiu.lu@intel.com>
 
        * i386-gen.c  (operand_type_init): Add OPERAND_TYPE_INOUTPORTREG.
index 55c03818eb5d7b77146dc975f21a575e89281b1d..fed2ea13b23e7553cd6a283cbb144ff41fb8c3ae 100644 (file)
@@ -1,5 +1,5 @@
 /* cr16-opc.c -- Table of opcodes for the CR16 processor.
-   Copyright 2007 Free Software Foundation, Inc.
+   Copyright 2007, 2008 Free Software Foundation, Inc.
    Contributed by M R Swami Reddy (MR.Swami.Reddy@nsc.com)
 
    This file is part of the GNU opcodes library.
@@ -593,6 +593,7 @@ const operand_entry cr16_optab[] =
   {4,    arg_cc,       OP_UNSIGNED}               /* cc - code */
 };
 
+const unsigned int cr16_num_optab = ARRAY_SIZE (cr16_optab);
 
 /* CR16 traps/interrupts.  */
 const trap_entry cr16_traps[] =