diff options
| author | Richard Henderson <richard.henderson@linaro.org> | 2021-09-29 09:05:52 -0400 |
|---|---|---|
| committer | Laurent Vivier <laurent@vivier.eu> | 2021-10-01 12:03:48 +0200 |
| commit | 525c4670c5612336cc50fa4190bdc72c1e3ee270 (patch) | |
| tree | 21446d287e548da851580e7ead988ff457f667c4 /linux-user | |
| parent | 55e83c200594b5c3ab412dec2646898571b08b40 (diff) | |
| download | focaccia-qemu-525c4670c5612336cc50fa4190bdc72c1e3ee270.tar.gz focaccia-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')
| -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 */ |