diff options
Diffstat (limited to 'opcodes/m32r-desc.h')
-rw-r--r-- | opcodes/m32r-desc.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/opcodes/m32r-desc.h b/opcodes/m32r-desc.h index 9355dc6f480..e502f4b0cab 100644 --- a/opcodes/m32r-desc.h +++ b/opcodes/m32r-desc.h @@ -2,7 +2,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright 1996-2004 Free Software Foundation, Inc. +Copyright 1996-2005 Free Software Foundation, Inc. This file is part of the GNU Binutils and/or GDB, the GNU debugger. @@ -123,8 +123,6 @@ typedef enum pipe_attr { /* Ifield support. */ -extern const struct cgen_ifld m32r_cgen_ifld_table[]; - /* Ifield attribute indices. */ /* Enum declaration for cgen_ifld attrs. */ @@ -221,6 +219,8 @@ typedef enum cgen_insn_attr { /* cgen.h uses things we just defined. */ #include "opcode/cgen.h" +extern const struct cgen_ifld m32r_cgen_ifld_table[]; + /* Attributes. */ extern const CGEN_ATTR_TABLE m32r_cgen_hardware_attr_table[]; extern const CGEN_ATTR_TABLE m32r_cgen_ifield_attr_table[]; |