On Wed, 30 Jul 2025 at 01:18, Richard Henderson <richard.hender...@linaro.org> wrote: > > Move the aarch32 get_elf_platform to arm/elfload.c; pass in CPUState. > Create a simple version in aarch64/elfload.c, which we must do at the > same time because of the ifdef dependency between TARGET_AARCH64 > and TARGET_ARM. > > Since all versions of get_elf_platform now have the same > signature, remove the ifdef from the declaration in loader.h > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org>
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM