This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] Ignore and remove LD_HWCAP_MASK for AT_SECURE programs (bug #21209)
On Monday 06 March 2017 08:25 PM, Carlos O'Donell wrote:
> What about LD_HWCAP_MASK usage in ldconfig when creating the cache?
> It appears that this could alter the hwcap-keyed platform directory
> selection and also alter exactly which paths are searched.
Yes, but that should be OK. It sets up cache for hwcaps and without and
the actual selection happens in dl-cache based on dl_hwcap_mask, which
will be correctly set.
Siddhesh