[PATCH] Fix test-tgmath failure on alpha

Jakub Jelinek jakub@redhat.com
Wed Feb 7 09:53:00 GMT 2001


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


More information about the Libc-hacker mailing list