From: Richard Henderson Date: Thu, 8 Nov 2001 18:56:45 +0000 (-0800) Subject: fp-bit.h (usi_to_float): Define for US_SOFTWARE_GOFAST case as well. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=86724f7f86713c04e2e2be9e866032b12ff64a61;p=gcc.git fp-bit.h (usi_to_float): Define for US_SOFTWARE_GOFAST case as well. * config/fp-bit.h (usi_to_float): Define for US_SOFTWARE_GOFAST case as well. From-SVN: r46851 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5674392b2ca..d442d111c3a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2001-11-08 Richard Henderson + + * config/fp-bit.h (usi_to_float): Define for US_SOFTWARE_GOFAST + case as well. + 2001-11-08 John David Anglin * pa.md (negdf2, negsf2): Use multiplication rather than subtraction diff --git a/gcc/config/fp-bit.h b/gcc/config/fp-bit.h index 3bd8ba84dbd..ab1817a2826 100644 --- a/gcc/config/fp-bit.h +++ b/gcc/config/fp-bit.h @@ -163,6 +163,7 @@ typedef unsigned int UDItype __attribute__ ((mode (DI))); # define multiply fpmul # define divide fpdiv # define compare fpcmp +# define usi_to_float __floatunsisf # define si_to_float sitofp # define float_to_si fptosi # define float_to_usi fptoui @@ -175,6 +176,7 @@ typedef unsigned int UDItype __attribute__ ((mode (DI))); # define multiply dpmul # define divide dpdiv # define compare dpcmp +# define usi_to_float __floatunsidf # define si_to_float litodp # define float_to_si dptoli # define float_to_usi dptoul