On 2023/08/04 10:45, Richard Henderson wrote:
Follow the lead of the linux kernel in fs/binfmt_elf.c, in which an ET_DYN executable which uses an interpreter (usually a PIE executable) is loaded away from where the interpreter itself will be loaded.Signed-off-by: Richard Henderson <richard.hender...@linaro.org>
Reviewed-by: Akihiko Odaki <akihiko.od...@daynix.com>