aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/config/mips/mips.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.9/gcc/config/mips/mips.h')
-rw-r--r--gcc-4.9/gcc/config/mips/mips.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc-4.9/gcc/config/mips/mips.h b/gcc-4.9/gcc/config/mips/mips.h
index a786d4ce3..7e2d890cc 100644
--- a/gcc-4.9/gcc/config/mips/mips.h
+++ b/gcc-4.9/gcc/config/mips/mips.h
@@ -864,9 +864,9 @@ struct mips_cpu_info {
|| TARGET_LOONGSON_2EF)
/* ISA has LDC1 and SDC1. */
-#define ISA_HAS_LDC1_SDC1 (!ISA_MIPS1 \
+#define ISA_HAS_LDC1_SDC1 ((!ISA_MIPS1 \
&& !TARGET_MIPS5900 \
- && !TARGET_MIPS16)
+ && !TARGET_MIPS16) && TARGET_LDC1_SDC1)
/* ISA has the mips4 FP condition code instructions: FP-compare to CC,
branch on CC, and move (both FP and non-FP) on CC. */