Re: [PATCH 19/89] linux-user: Move get_elf_base_platform to mips/elfload.c

2025-08-01 Thread Peter Maydell
On Wed, 30 Jul 2025 at 01:31, Richard Henderson wrote: > > Pass in CPUState. Since this was the only instance of ELF_BASE_PLATFORM, > go ahead provide a weak fallback for all other targets. > > Signed-off-by: Richard Henderson Reviewed-by: Peter Maydell thanks -- PMM

[PATCH 19/89] linux-user: Move get_elf_base_platform to mips/elfload.c

2025-07-29 Thread Richard Henderson
Pass in CPUState. Since this was the only instance of ELF_BASE_PLATFORM, go ahead provide a weak fallback for all other targets. Signed-off-by: Richard Henderson --- linux-user/loader.h | 1 + linux-user/elfload.c | 42 ++- linux-user/mips/elfload