diff options
author | Richard Henderson | 2021-09-29 15:05:52 +0200 |
---|---|---|
committer | Laurent Vivier | 2021-10-01 12:03:48 +0200 |
commit | 525c4670c5612336cc50fa4190bdc72c1e3ee270 (patch) | |
tree | 21446d287e548da851580e7ead988ff457f667c4 /linux-user/elfload.c | |
parent | linux-user/xtensa: Implement setup_sigtramp (diff) | |
download | qemu-525c4670c5612336cc50fa4190bdc72c1e3ee270.tar.gz qemu-525c4670c5612336cc50fa4190bdc72c1e3ee270.tar.xz qemu-525c4670c5612336cc50fa4190bdc72c1e3ee270.zip |
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>
Diffstat (limited to 'linux-user/elfload.c')
-rw-r--r-- | linux-user/elfload.c | 4 |
1 files changed, 0 insertions, 4 deletions
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 */ |