diff options
author | Nick Clifton <nickc@redhat.com> | 2008-02-18 13:46:45 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2008-02-18 13:46:45 +0000 |
commit | 796d53134aa59d7dcf70d0f82913974b04648c6a (patch) | |
tree | c1a4e1dfdd3b8c4f853d314af381d36ba0488b16 /include/opcode/cr16.h | |
parent | d37466754111780c6ed25d45445d8353972cc22a (diff) | |
download | gdb-796d53134aa59d7dcf70d0f82913974b04648c6a.zip gdb-796d53134aa59d7dcf70d0f82913974b04648c6a.tar.gz gdb-796d53134aa59d7dcf70d0f82913974b04648c6a.tar.bz2 |
* cr16.h (cr16_num_optab): Declared.
* cr16-opc.c (cr16_num_optab): Defined
Diffstat (limited to 'include/opcode/cr16.h')
-rw-r--r-- | include/opcode/cr16.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/opcode/cr16.h b/include/opcode/cr16.h index b7e3be5..c99c51a 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[]; |