Re: [Patch, libgfortran] Add FPU Support for powerpc

2012-06-28 Thread Steven Bosscher
On Tue, May 22, 2012 at 3:45 AM, rbmj wrote: > Hi everyone, > > This patch adds FPU support for powerpc on platforms that do not have glibc. >  It is basically the same code as glibc has.  The motivation for this was > that right now there is no fpu-target.h that works for powerpc-*-vxworks. > > A

[Patch, libgfortran] Add FPU Support for powerpc

2012-05-21 Thread rbmj
Hi everyone, This patch adds FPU support for powerpc on platforms that do not have glibc. It is basically the same code as glibc has. The motivation for this was that right now there is no fpu-target.h that works for powerpc-*-vxworks. Again, 90% of this code comes directly from glibc. Bu