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] [BZ #19058] Better workaround for aliases of *_finite symbols in vector math library


On Thu, 3 Dec 2015, Andrew Senkevich wrote:

> Thank you, unfortunately it was not found on x86-64 testing.
> 
>         * math/Makefile ($(inst_libdir)/libm.so): Correct path for
> 
> diff --git a/math/Makefile b/math/Makefile
> index 6a926e9..20f90d9 100644
> --- a/math/Makefile
> +++ b/math/Makefile
> @@ -99,7 +99,7 @@ $(inst_libdir)/libm.so: $(common-objpfx)format.lds \
>         (echo '/* GNU ld script'; echo '*/';\
>          cat $<; \
>          echo 'GROUP ( $(slibdir)/libm.so$(libm.so-version) ' \
> -             'AS_NEEDED ( $(slibdir)/libmvec_nonshared.a
> $(slibdir)/libmvec.so$(libmvec.so-version) ) )' \
> +             'AS_NEEDED ( $(libdir)/libmvec_nonshared.a
> $(slibdir)/libmvec.so$(libmvec.so-version) ) )' \
>         ) > $@
>  endif
> 
> 
> Is it ok for trunk and 2.22 branch?

OK.

-- 
Joseph S. Myers
joseph@codesourcery.com


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