linux-user/sparc: Don't use 16-bit UIDs on SPARC V9
The 64-bit SPARC V9 syscall ABI uses 32-bit UIDs. Only enable the 16-bit UID wrappers for 32-bit SPARC (V7 and V8). Possibly missed in commit 992f48a036 ("Support for 32 bit ABI on 64 bit targets (only enabled Sparc64)"). Reported-by: Gregor Riepl <onitake@gmail.com> Tested-by: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> Tested-by: Zach van Rijn <me@zv.io> Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1394 Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Acked-by: Laurent Vivier <laurent@vivier.eu> Message-Id: <20230327131910.78564-1-philmd@linaro.org>
This commit is contained in:
parent
f00506aeca
commit
baead64297
@ -61,7 +61,7 @@
|
|||||||
|
|
||||||
#if (defined(TARGET_I386) && defined(TARGET_ABI32)) \
|
#if (defined(TARGET_I386) && defined(TARGET_ABI32)) \
|
||||||
|| (defined(TARGET_ARM) && defined(TARGET_ABI32)) \
|
|| (defined(TARGET_ARM) && defined(TARGET_ABI32)) \
|
||||||
|| defined(TARGET_SPARC) \
|
|| (defined(TARGET_SPARC) && defined(TARGET_ABI32)) \
|
||||||
|| defined(TARGET_M68K) || defined(TARGET_SH4) || defined(TARGET_CRIS)
|
|| defined(TARGET_M68K) || defined(TARGET_SH4) || defined(TARGET_CRIS)
|
||||||
/* 16 bit uid wrappers emulation */
|
/* 16 bit uid wrappers emulation */
|
||||||
#define USE_UID16
|
#define USE_UID16
|
||||||
|
Loading…
x
Reference in New Issue
Block a user