]> git.ipfire.org Git - thirdparty/qemu.git/commit
linux-user/mips: Use target_ulong for target_elf_greg_t
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 28 Aug 2025 02:05:05 +0000 (12:05 +1000)
committerRichard Henderson <richard.henderson@linaro.org>
Fri, 29 Aug 2025 21:04:04 +0000 (07:04 +1000)
commitc61b88fbe49e428e39eff501cddbcd53f12486cb
treef4ae79a3723b8e348f9d604549f4247da0cb89f5
parent0dcef5773000f4d72277c6b41200f35031bdcbb5
linux-user/mips: Use target_ulong for target_elf_greg_t

Make use of the fact that target_elf_gregset_t is a proper structure.
The target_ulong type matches the abi_ulong/abi_ullong
selection within mips64/target_elf.h.

Drop ELF_NREG, target_elf_greg_t, and tswapreg.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
linux-user/mips/elfload.c
linux-user/mips/target_elf.h
linux-user/mips64/target_elf.h