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: DL_HWCAP_MASK and static binaries


On 03/01/2017 04:04 AM, Siddhesh Poyarekar wrote:
> Hi,
> 
> I was working on getting the DL_HWCAP_MASK variable into tunables and I
> noticed that it is not available for static binaries.  We had thought of
> using DL_HWCAP_MASK to mask out HWCAP_CPUID in aarch64 for testing and
> turns out it will be ineffective on static binaries since DL_HWCAP_MASK
> is ignored.
> 
> Does anybody know why DL_HWCAP_MASK is ignored for static binaries?

I think you mean LD_HWCAP_MASK.

Static binaries should be as close to dynamic binaries as possible.

Please just fix the issue. I'm happy to review.

-- 
Cheers,
Carlos.


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