linux-user/sparc: Add 64-bit support to fpu save/restore
commit11670e849227890e7ab3f1413bae28bf6a0f6707
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 26 Apr 2021 02:53:31 +0000 (25 19:53 -0700)
committerLaurent Vivier <laurent@vivier.eu>
Sat, 15 May 2021 19:43:23 +0000 (15 21:43 +0200)
treebe560755bccebf8b205cf4a4787718fd2fd14619
parent1176e57a8b34c845a89b2b0f86e424a825d40faa
linux-user/sparc: Add 64-bit support to fpu save/restore

The shape of the kernel's __siginfo_fpu_t is dependent on
the cpu type, not the abi.  Which is weird, but there ya go.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20210426025334.1168495-23-richard.henderson@linaro.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
linux-user/sparc/signal.c