From: Richard Henderson Date: Wed, 29 Sep 2021 13:05:52 +0000 (-0400) Subject: linux-user: Remove default for TARGET_ARCH_HAS_SIGTRAMP_PAGE X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=525c4670c5612336cc50fa4190bdc72c1e3ee270;p=qemu.git linux-user: Remove default for TARGET_ARCH_HAS_SIGTRAMP_PAGE All targets now define TARGET_ARCH_HAS_SIGTRAMP_PAGE. Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Richard Henderson Message-Id: <20210929130553.121567-26-richard.henderson@linaro.org> Signed-off-by: Laurent Vivier --- diff --git a/linux-user/elfload.c b/linux-user/elfload.c index 459a26ef1d..2404d482ba 100644 --- a/linux-user/elfload.c +++ b/linux-user/elfload.c @@ -30,10 +30,6 @@ #undef ELF_ARCH #endif -#ifndef TARGET_ARCH_HAS_SIGTRAMP_PAGE -#define TARGET_ARCH_HAS_SIGTRAMP_PAGE 0 -#endif - #define ELF_OSABI ELFOSABI_SYSV /* from personality.h */