This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Fix for movdf_softfloat32 in powerpc-xilinx-eabi
- From: David Edelsohn <dje dot gcc at gmail dot com>
- To: Michael Eager <eager at eagercon dot com>
- Cc: gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Fri, 8 May 2009 05:13:04 -0400
- Subject: Re: Fix for movdf_softfloat32 in powerpc-xilinx-eabi
* config/rs6000/rs6000.md (*movdf_softfloat32): replace
!TARGET_DOUBLE_FLOAT with TARGET_SINGLE_FLOAT.
Okay.
David