2007-07-31 Sandra Loosemore <sandra@codesourcery.com>
gcc/
* config/mips/mips.h (ISA_HAS_SYNCI): Add !TARGET_MIPS16 test.
From-SVN: r127086
+2007-07-31 Sandra Loosemore <sandra@codesourcery.com>
+
+ * config/mips/mips.h (ISA_HAS_SYNCI): Add !TARGET_MIPS16 test.
+
2007-07-31 Revital Eres <eres@il.ibm.com>
* ddg.c (add_deps_for_def): Rename to...
|| TARGET_MIPS5500)
/* ISA includes synci, jr.hb and jalr.hb. */
-#define ISA_HAS_SYNCI ISA_MIPS32R2
+#define ISA_HAS_SYNCI (ISA_MIPS32R2 && !TARGET_MIPS16)
\f
/* Add -G xx support. */