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

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


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

Re: [PATCH] Fix test-tgmath failure on alpha


On Wed, Feb 07, 2001 at 09:44:17AM -0800, Richard Henderson wrote:
> On Wed, Feb 07, 2001 at 02:40:53PM +0100, Jakub Jelinek wrote:
> > While looking at it, I patched tgmath.h so that it does not use ##l suffixed
> > functions if __NO_LONG_DOUBLE_MATH, since otherwise we get loads of warnings
> > about using functions without prototypes.
> 
> The whole __NO_LONG_DOUBLE_MATH thing should only be set while
> building glibc.  Afterward, the ##l symbols exist as aliases in libm.

__NO_LONG_DOUBLE_MATH is the define which in installed headers decides
whether you get long double prototypes or not. It is true there are ##l
symbols as aliases, yet you don't have prototypes for them.

	Jakub

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