This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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] Use long for mantissa for generic mp code


On Wed, Feb 27, 2013 at 07:37:05AM +0530, Siddhesh Poyarekar wrote:
> >> +++ b/sysdeps/powerpc/powerpc32/power4/fpu/mpa-arch.h
> >> +++ b/sysdeps/powerpc/powerpc64/power4/fpu/mpa-arch.h
> >
> > We should not have two copies of this file.
> >
> > Is there, or could there be, a common directory, perhaps
> > sysdeps/powerpc/power4/fpu/, that both targets share?
> > Alternately, one file should include the other explicitly.
> 
> I'm not sure how the sysdeps structure works in this case, but I think
> it might not be possible.  I'll try this (or something else) out to
> avoid duplicating the files.  Thanks for the review.

It wasn't that hard in the end.  I'll post a separate patch to
consolidate these bits separately.

Siddhesh


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