--- opcodes/m32r-desc.h 2004-01-14 16:07:55.000000000 -0500 +++ opcodes/m32r-desc.h 2005-05-29 07:27:50.000000000 -0400 @@ -121,10 +121,6 @@ #define MAX_ISAS 1 #define MAX_MACHS ((int) MACH_MAX) -/* Ifield support. */ - -extern const struct cgen_ifld m32r_cgen_ifld_table[]; - /* Ifield attribute indices. */ /* Enum declaration for cgen_ifld attrs. */ @@ -221,6 +217,10 @@ /* cgen.h uses things we just defined. */ #include "opcode/cgen.h" +/* Ifield support. */ + +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[];