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-Tag: v6.2.0-rc0~74^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=525c4670c5612336cc50fa4190bdc72c1e3ee270;p=thirdparty%2Fqemu.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 459a26ef1d9..2404d482baf 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 */