This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [RFC PATCH V2 02/10] C-SKY: TLS support
On Fri, Apr 27, 2018 at 12:10:19PM +0000, Joseph Myers wrote:
> However, whatever the solution, I'd say the following principle applies to
> userspace code: binaries that require execution of code on stack pages
> should be distinguished from those that do not, and the latter should be
> the default, so that if a future hardware version does support readable
> but non-executable pages, existing binaries can automatically get
> non-executable stacks when run on the new hardware.
Ok, got it.
Thx
Guo Ren