From: Richard Henderson Date: Tue, 7 Oct 1997 15:45:43 +0000 (-0700) Subject: * alpha.h (FLOAT_STORE_FLAG_VALUE): It's 2.0 not 0.5. X-Git-Tag: releases/egcs-1.0.0~388 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a42ead7f38bc5ec0d238fabc0738802b91d79e5;p=thirdparty%2Fgcc.git * alpha.h (FLOAT_STORE_FLAG_VALUE): It's 2.0 not 0.5. From-SVN: r15852 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a39b219adc21..938bf5669b0e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Tue Oct 7 09:48:51 1997 Richard Henderson + + * alpha.h (FLOAT_STORE_FLAG_VALUE): It's 2.0 not 0.5. + Mon Oct 6 12:47:32 1997 Manfred Hollstein (manfred@lts.sel.alcatel.de) * m88k.c (m88k_begin_prologue): Remove superfluous backslash. diff --git a/gcc/config/alpha/alpha.h b/gcc/config/alpha/alpha.h index 84f9f0ac59cf..6ce346fef032 100644 --- a/gcc/config/alpha/alpha.h +++ b/gcc/config/alpha/alpha.h @@ -1544,7 +1544,7 @@ extern void final_prescan_insn (); /* Define the value returned by a floating-point comparison instruction. */ -#define FLOAT_STORE_FLAG_VALUE 0.5 +#define FLOAT_STORE_FLAG_VALUE 2.0 /* Canonicalize a comparison from one we don't have to one we do have. */