This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] [BZ#2749] Allow powerpc32 to build --without-fp


On Mon, 24 Jul 2006, Daniel Jacobowitz wrote:

> On Wed, Jun 14, 2006 at 01:54:42PM -0500, Steven Munroe wrote:
> > This patch combined with the other patches from Bugzilla #2749 allows
> > powerpc32 to build. The Subdirs pulls in the soft-fp directory from
> > libc, The Implies pulls in the ports powerpc/soft-fp directory which
> > includes sfp-machine.h
> > 
> > The get/set/swapcontext changes overide the common implimentation in
> > libc to avoid using hardware FP instructions.
> 
> What's the status of this patch?  Who needs to approve it or commit it?
> I appear to have write access to all of ports, so I could do it myself,
> but I figured I ought to check with Roland since I haven't touched
> anything outside of the ARM/MIPS ports before.
> 
> I don't really want to be responsible for all of ports, but I don't
> want patches to linger indefinitely either.

In addition, as I mentioned at the GCC Summit, could someone revert

2006-01-27  Roland McGrath  <roland@redhat.com>

        * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
        (sysdep_routines): Add $(gcc-quad-routines) here.
and remove the *tf* functions from sysdeps/powerpc/nofpu/Versions?  The 
*tf* functions, for IEEE quad long double, should not be used on PowerPC, 
and since they haven't appeared in a release with functional --without-fp 
PowerPC support, it is still safe to remove them from libc.

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]