[PATCH] D14571: [ELF2] - Implemented PT_GNU_STACK support, -z execstack option.

Ismail Donmez via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 16 03:29:06 PST 2015


On Mon, Nov 16, 2015 at 1:26 PM, George Rimar via llvm-commits <
llvm-commits at lists.llvm.org> wrote:

> grimar added a comment.
>
> In http://reviews.llvm.org/D14571#289855, @joerg wrote:
>
> > This is breaking compatibility with legacy ELF loaders :( It should
> really be possible to create binaries without this stupid mess.
>
>
> Can -z execstack help this ? It restores original behavior (ho header, rw
> stack).


That needs the build systems patched. IMHO it would be better to be
compatible with bfd & gold here and default to execstack.

ismail
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151116/2dfdb544/attachment.html>


More information about the llvm-commits mailing list