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] sparcv9: Restore fdiml@GLIBC_2.1



On 08/27/2016 11:50 PM, David Miller wrote:
> From: Aurelien Jarno <aurelien@aurel32.net>
> Date: Sat, 27 Aug 2016 12:48:23 +0200
> 
>> On 2016-08-26 14:28, Paul E. Murphy wrote:
>>>
>>> diff --git a/sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.c b/sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.c
>>> index c9c7704..9666741 100644
>>> --- a/sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.c
>>> +++ b/sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.c
>>> @@ -29,4 +29,4 @@ weak_alias (__fdim, fdim)
>>>  # define __fdim __fdim_generic
>>>  #endif
>>>  
>>> -#include <math/s_fdim.c>
>>> +#include <ldbl-opt/s_fdim.c>
>>
>> I confirm this patch is correct. I have done a 32-bit build and it works
>> as expected, the symbol is back. I have added David Miller in Cc: so
>> that he can also ack the patch.
> 
> This is fine with me.
> 

Thanks.

Committed as d47d27d.


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