aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Henderson <richard.henderson@linaro.org>2021-09-29 09:05:52 -0400
committerLaurent Vivier <laurent@vivier.eu>2021-10-01 12:03:48 +0200
commit525c4670c5612336cc50fa4190bdc72c1e3ee270 (patch)
tree21446d287e548da851580e7ead988ff457f667c4
parent55e83c200594b5c3ab412dec2646898571b08b40 (diff)
downloadqemu-525c4670c5612336cc50fa4190bdc72c1e3ee270.zip
qemu-525c4670c5612336cc50fa4190bdc72c1e3ee270.tar.gz
qemu-525c4670c5612336cc50fa4190bdc72c1e3ee270.tar.bz2
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>
-rw-r--r--linux-user/elfload.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/linux-user/elfload.c b/linux-user/elfload.c
index 459a26e..2404d48 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 */