From: Jeffrey A Law Date: Sat, 22 Nov 1997 03:29:14 +0000 (+0000) Subject: * i386.h (TARGET_CMOV): Disable conditional moves for this release. X-Git-Tag: releases/egcs-1.0.0~77 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1392e1900c953289e1d38e9ce4698315e964c9c5;p=thirdparty%2Fgcc.git * i386.h (TARGET_CMOV): Disable conditional moves for this release. From-SVN: r16661 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f2df07d0752e..13328380d5e7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +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 * except.h: Add outer_context_label_stack. diff --git a/gcc/config/i386/i386.h b/gcc/config/i386/i386.h index 24c1d8cf2187..324ee15f8b25 100644 --- a/gcc/config/i386/i386.h +++ b/gcc/config/i386/i386.h @@ -165,7 +165,9 @@ extern int target_flags; #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)