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: math build regression


On Fri, 9 Mar 2012, David Miller wrote:

> From: Roland McGrath <roland@hack.frob.com>
> Date: Fri,  9 Mar 2012 15:22:54 -0800 (PST)
> 
> >> This is wrong, it causes math/math_private.h to be preferred over sysdep
> >> versions.
> > 
> > D'oh.  I was vaguely afraid of that but forgot to mention it.
> 
> Should I instead just create a sysdeps/sparc/fpu/math_private.h and
> revert the include/math_private.h thing?

Can't you move math/math_private.h to sysdeps/generic/, remove 
include/math_private.h and change includes of <math/math_private.h> in 
architecture math_private.h headers to #include_next <math_private.h>?

-- 
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]