Re: [PATCH 0/5] linux-user: support writing floating-point registers to a core dump
Helge Deller <[email protected]>
| Newsgroups | gmane.comp.emulators.qemu |
|---|---|
| Message-ID | <[email protected]> |
On 8/5/26 19:23, Matt Turner wrote: > Write an NT_FPREGSET note for targets that opt in: a target_elf.h that > defines HAVE_ELF_CORE_FPREGS and target_elf_fpregset_t, and supplies an > elf_core_copy_fpregs() beside the existing elf_core_copy_regs(). > > Signed-off-by: Matt Turner <[email protected]> Reviewed-by: Helge Deller <[email protected]>