projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55e83c2
)
linux-user: Remove default for TARGET_ARCH_HAS_SIGTRAMP_PAGE
author
Richard Henderson
<richard.henderson@linaro.org>
Wed, 29 Sep 2021 13:05:52 +0000
(09:05 -0400)
committer
Laurent Vivier
<laurent@vivier.eu>
Fri, 1 Oct 2021 10:03:48 +0000
(12:03 +0200)
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>
linux-user/elfload.c
patch
|
blob
|
history
diff --git
a/linux-user/elfload.c
b/linux-user/elfload.c
index 459a26ef1d9398f3c193a39e4b4604cd7715e0ac..2404d482bafa0f2951043c041b31ede48da4fe99 100644
(file)
--- 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 */