[lld] r253797 - ELF: Make .note.GNU-stack more compatible with traditional linkers.

Joerg Sonnenberger via llvm-commits llvm-commits at lists.llvm.org
Sun Nov 22 08:56:00 PST 2015


On Sat, Nov 21, 2015 at 10:19:32PM -0000, Rui Ueyama via llvm-commits wrote:
> At least, NetBSD loader does not understand PT_GNU_STACK segments and
> reject any executables that have the section. This patch makes lld
> compatible with such operating systems.

It's not the NetBSD loader, it's third party firmware loaders that's the
problem. For the NetBSD loader itself, it's just extra noise.
Nevertheless, thanks for the update.

Joerg


More information about the llvm-commits mailing list