[PATCH 0/3] aarch64: Update ld.so for vector abi

Richard Henderson rth@twiddle.net
Thu Aug 2 13:33:00 GMT 2018


On 08/02/2018 06:43 AM, Alex Bennée wrote:
> 
> I've tested the linker works with the failing test case so you can have
> a:
> 
>   Tested-by: Alex Bennée <alex.bennee@linaro.org>
> 
> The patches look sane to me but I'm not really that familiar with the
> guts of glibc's resolver hooks. One question though, given we gate on
> GLRO(dl_hwcap) & HWCAP_SVE is this something that will be true for all
> binaries that run on a kernel on SVE enabled hardware even if the
> library or application don't use any SVE registers?

Yes it would.  Which is among the reasons why Szabolcs is saying these
functions should never go through the PLT at all, so we don't have to deal with it.

Which is of course an upstream compiler problem.


r~



More information about the Libc-alpha mailing list