Index: gcc/config/mips/mips.h =================================================================== *** gcc/config/mips/mips.h (revision 127056) --- gcc/config/mips/mips.h (working copy) *************** extern const struct mips_rtx_cost_data * *** 819,825 **** || TARGET_MIPS5500) /* ISA includes synci, jr.hb and jalr.hb. */ ! #define ISA_HAS_SYNCI ISA_MIPS32R2 /* Add -G xx support. */ --- 819,825 ---- || TARGET_MIPS5500) /* ISA includes synci, jr.hb and jalr.hb. */ ! #define ISA_HAS_SYNCI (ISA_MIPS32R2 && !TARGET_MIPS16) /* Add -G xx support. */