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 26/31] Do not redirect calls to __GI_* symbols, when redirecting to *ieee128


* Gabriel F. T. Gomes:

> It's missing the check for __LONG_DOUBLE_USES_FLOAT128 being defined.  I
> have locally changed this to a check for the macro being defined, then for
> a value (which solves the problem according to b-m-g), but I'm wondering if
> I should switch to defining it to 0 (zero) on all other long-double.h
> files (for all platforms), thus avoiding the problems with undefined
> macros [1].  Do you have an opinion on that?

Defining it everywhere is currently what we prefer.  We have many
exceptions (SHARED, the __ASSUME_* macros), but they are supposed to bhe
historic.

Thanks,
Florian


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