summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2008-02-18 13:46:45 +0000
committerNick Clifton <nickc@redhat.com>2008-02-18 13:46:45 +0000
commiteedec97d866ecf3267b286476142f9260ca2189e (patch)
tree9e9b23c4c771598dcd1f8696f01a8fa3c2ae9a60 /include
parent847a77a4de8124a280a1403bf556ff52f88ed581 (diff)
downloadgdb-eedec97d866ecf3267b286476142f9260ca2189e.tar.gz
* cr16.h (cr16_num_optab): Declared.
* cr16-opc.c (cr16_num_optab): Defined
Diffstat (limited to 'include')
-rw-r--r--include/opcode/ChangeLog4
-rw-r--r--include/opcode/cr16.h3
2 files changed, 6 insertions, 1 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog
index b5e77b852ad..1de316e2170 100644
--- a/include/opcode/ChangeLog
+++ b/include/opcode/ChangeLog
@@ -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
diff --git a/include/opcode/cr16.h b/include/opcode/cr16.h
index b7e3be554fc..c99c51a6e5a 100644
--- a/include/opcode/cr16.h
+++ b/include/opcode/cr16.h
@@ -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[];