[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
Wed Oct 14 05:51:39 PDT 2015


On 13 October 2015 at 17:34, Rui Ueyama <ruiu at google.com> wrote:
> Current way means setting ld-linux.so even on FreeBSD, which I think doesn't
> make much sense. I'd try to add entries which I think reasonable to the
> function, but I wouldn't be serious about making it perfect.

No, current means not setting a dynamic linker at all if not given one
in the command line.

Cheers,
Rafael


More information about the llvm-commits mailing list