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 1/3] x86: Add CPU Vendor ID detection support for Zhaoxin processors


* MayShao:

> +                 cpu_features->feature[index_arch_Slow_SSE4_2]
> +                   |= (bit_arch_Slow_SSE4_2
> +                   | bit_arch_Prefer_MAP_32BIT_EXEC);

Is the Prefer_MAP_32BIT_EXEC part really correct?

As discussed recently, it does not have an effect with programs linked
with -z separate-code (the default these days, I think) and PIE.

> This email contains confidential or legally privileged information
> and is for the sole use of its intended recipient. Any unauthorized
> review, use, copying or forwarding of this email or the content of
> this email is strictly prohibited.

Would you please clarify if this is intended as a patch submission?


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