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

Rafael EspĂ­ndola via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 16 12:21:07 PST 2015


On 16 November 2015 at 19:31, Joerg Sonnenberger <joerg at netbsd.org> wrote:
> joerg added a subscriber: joerg.
> joerg added a comment.
>
> This is breaking compatibility with legacy ELF loaders :( It should really be possible to create binaries without this stupid mess.

What do you mean by legacy? An old loader will just ignore this
program header, no?

Cheers,
Rafael


More information about the llvm-commits mailing list