+Fri Nov 21 15:20:05 1997 Jeffrey A Law (law@cygnus.com)
+
+ * i386.h (TARGET_CMOV): Disable conditional moves for this release.
+
Fri Nov 21 12:18:51 1997 Jason Merrill <jason@yorick.cygnus.com>
* except.h: Add outer_context_label_stack.
#define TARGET_USE_Q_REG (ix86_cpu == PROCESSOR_PENTIUM \
|| ix86_cpu == PROCESSOR_PENTIUMPRO)
#define TARGET_USE_ANY_REG (ix86_cpu == PROCESSOR_I486)
-#define TARGET_CMOVE (ix86_arch == PROCESSOR_PENTIUMPRO)
+/* This is temporary for the release only. Folks are working on a fix,
+ but the fix will likely not be suitable for the first egcs release. */
+#define TARGET_CMOVE (0)
#define TARGET_DEEP_BRANCH_PREDICTION (ix86_cpu == PROCESSOR_PENTIUMPRO)
#define TARGET_STACK_PROBE (target_flags & MASK_STACK_PROBE)