[PATCH] D13645: [ELF2] - implemented default enterpteter for X86, X86_64, PPC and AArch64

Rafael EspĂ­ndola via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 13 14:20:12 PDT 2015


On 13 October 2015 at 17:04, Rui Ueyama <ruiu at google.com> wrote:
> ruiu added a comment.
>
> Hm, that's an interesting point. Are you suggesting we always set the same value to .interp or make --dynamic_linker mandatory?

I like the current behavior if we can get away with it.

For example, the bfd ld recently got a --no-dynamic-linker for use
with static PIE executables. That is the behavior we have if someone
just doesn't pass a --dynamic_linker.

Cheers,
Rafael


More information about the llvm-commits mailing list