On Thu, 28 Aug 2025 at 13:09, Richard Henderson <richard.hender...@linaro.org> wrote: > > Move elf_core_copy_regs to elfload.c. > Move HAVE_ELF_CORE_DUMP, ELF_NREGS, target_elf_gregset_t to target_elf.h. > For now, duplicate the definitions of target_elf_greg_t and tswapreg. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > linux-user/ppc/target_elf.h | 9 +++++++++ > linux-user/elfload.c | 26 -------------------------- > linux-user/ppc/elfload.c | 22 ++++++++++++++++++++++ > 3 files changed, 31 insertions(+), 26 deletions(-)
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM