This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH 0/3] aarch64: Update ld.so for vector abi
- From: Alex Bennée <alex dot bennee at linaro dot org>
- To: libc-alpha <libc-alpha at sourceware dot org>
- Cc: Richard Henderson <rth at twiddle dot net>
- Date: Thu, 02 Aug 2018 11:43:09 +0100
- Subject: Re: [PATCH 0/3] aarch64: Update ld.so for vector abi
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?
--
Alex Bennée