* cr16.h (cr16_num_optab): Declared.

* cr16-opc.c  (cr16_num_optab): Defined
This commit is contained in:
Nick Clifton
2008-02-18 13:46:45 +00:00
parent 49fdf406ac
commit 344f17f1fa
2 changed files with 6 additions and 1 deletions

View 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[];