Re: [PATCH v2 2/2] linux-user: Set ELF_BASE_PLATFORM for MIPS

2022-09-27 Thread Laurent Vivier
Le 03/08/2022 à 12:30, Jiaxun Yang a écrit : Match most appropriate base platform string based on insn_flags. Logic is aligned with aligned with set_isa() from arch/mips/kernel/cpu-probe.c in Linux kernel. Signed-off-by: Jiaxun Yang Reviewed-by: Philippe Mathieu-Daudé ---

[PATCH v2 2/2] linux-user: Set ELF_BASE_PLATFORM for MIPS

2022-08-03 Thread Jiaxun Yang
Match most appropriate base platform string based on insn_flags. Logic is aligned with aligned with set_isa() from arch/mips/kernel/cpu-probe.c in Linux kernel. Signed-off-by: Jiaxun Yang Reviewed-by: Philippe Mathieu-Daudé --- linux-user/elfload.c | 31 +++ 1 file