commit | f8498e084eaa7f78d455d5f2f7a308a4d0d5f39b | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Mon Jul 28 09:24:31 2025 -1000 |
committer | Richard Henderson <richard.henderson@linaro.org> | Thu Aug 28 06:39:25 2025 +1000 |
tree | ebb027551a45095cb127f79d60859628a5c5513c | |
parent | f10c3d90849da63916905f7bd155d5737aa4378f [diff] |
linux-user: Move get_elf_base_platform to mips/elfload.c Pass in CPUState; define HAVE_ELF_BASE_PLATFORM. Since this was the only instance of ELF_BASE_PLATFORM, go ahead and provide the stub definition for other platforms. Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>