mirror of
https://github.com/qemu/qemu.git
synced 2025-08-16 23:02:44 +00:00
linux-user: Remove default for TARGET_ARCH_HAS_SIGTRAMP_PAGE
All targets now define TARGET_ARCH_HAS_SIGTRAMP_PAGE. Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20210929130553.121567-26-richard.henderson@linaro.org> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
This commit is contained in:
parent
55e83c2005
commit
525c4670c5
@ -30,10 +30,6 @@
|
|||||||
#undef ELF_ARCH
|
#undef ELF_ARCH
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef TARGET_ARCH_HAS_SIGTRAMP_PAGE
|
|
||||||
#define TARGET_ARCH_HAS_SIGTRAMP_PAGE 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#define ELF_OSABI ELFOSABI_SYSV
|
#define ELF_OSABI ELFOSABI_SYSV
|
||||||
|
|
||||||
/* from personality.h */
|
/* from personality.h */
|
||||||
|
Loading…
Reference in New Issue
Block a user