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/openrisc/target_elf.h | 10 ++++++++++ > linux-user/elfload.c | 16 ---------------- > linux-user/openrisc/elfload.c | 12 ++++++++++++ > 3 files changed, 22 insertions(+), 16 deletions(-) >
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM