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] fix gamma symbol for static linking and new targets


On 02/10/17 15:42, Joseph Myers wrote:
> On Mon, 2 Oct 2017, Szabolcs Nagy wrote:
> 
>> is this ok?:
>>
>> The lgamma compat code is no longer built for !LIBM_SVID_COMPAT targets,
>> but the legacy gamma, gammaf and gammal symbols should be still defined,
>> so make them aliases to the non-compat lgamma code.
>>
>> 2017-10-02  Szabolcs Nagy  <szabolcs.nagy@arm.com>
>>
>> 	* math/w_lgamma.c: New file.
>> 	* math/w_lgammaf.c: New file.
>> 	* math/w_lgammal.c: New file.
> 
> OK.
> 

it seems drem and pow10 symbols are also affected.
i will prepare a patch for those too.


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