mips.h (ISA_HAS_SYNCI): Add !TARGET_MIPS16 test.
authorSandra Loosemore <sandra@codesourcery.com>
Tue, 31 Jul 2007 11:15:09 +0000 (07:15 -0400)
committerSandra Loosemore <sandra@gcc.gnu.org>
Tue, 31 Jul 2007 11:15:09 +0000 (07:15 -0400)
2007-07-31  Sandra Loosemore  <sandra@codesourcery.com>

gcc/
* config/mips/mips.h (ISA_HAS_SYNCI):  Add !TARGET_MIPS16 test.

From-SVN: r127086

gcc/ChangeLog
gcc/config/mips/mips.h

index 2273fbc346c361d4e5c74a616e269c80ea67355f..8323fae31f51ac5995cab95de7f4cd972b2b473f 100644 (file)
@@ -1,3 +1,7 @@
+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...
index 17a7376f7476fa5c7e7e1ec44921c5511d4ba93c..181f03a975718c0493b08596968559ef8bc69ae3 100644 (file)
@@ -819,7 +819,7 @@ extern const struct mips_rtx_cost_data *mips_cost;
                                 || 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.  */