--- opcodes/frv-desc.h 2004-09-15 15:05:05.000000000 -0400 +++ opcodes/frv-desc.h 2005-05-28 01:07:39.000000000 -0400 @@ -603,10 +603,6 @@ #define MAX_ISAS 1 #define MAX_MACHS ((int) MACH_MAX) -/* Ifield support. */ - -extern const struct cgen_ifld frv_cgen_ifld_table[]; - /* Ifield attribute indices. */ /* Enum declaration for cgen_ifld attrs. */ @@ -746,6 +742,10 @@ /* cgen.h uses things we just defined. */ #include "opcode/cgen.h" +/* Ifield support. */ + +extern const struct cgen_ifld frv_cgen_ifld_table[]; + /* Attributes. */ extern const CGEN_ATTR_TABLE frv_cgen_hardware_attr_table[]; extern const CGEN_ATTR_TABLE frv_cgen_ifield_attr_table[];