[PULL 59/59] linux-user/elfload: add s390x core dumping support

2021-05-17 Thread Laurent Vivier
From: Ilya Leoshkevich Provide the following definitions required by the common code: * ELF_NREG: with the value of sizeof(s390_regs) / sizeof(long). * target_elf_gregset_t: define it like all the other arches do. * elf_core_copy_regs(): similar to kernel's s390_regs_get(). * USE_ELF_CORE_DUMP.

[PULL 59/59] linux-user/elfload: add s390x core dumping support

2021-05-17 Thread Laurent Vivier
From: Ilya Leoshkevich Provide the following definitions required by the common code: * ELF_NREG: with the value of sizeof(s390_regs) / sizeof(long). * target_elf_gregset_t: define it like all the other arches do. * elf_core_copy_regs(): similar to kernel's s390_regs_get(). * USE_ELF_CORE_DUMP.