Skip to content

Commit 525c467

Browse files
rth7680vivier
authored andcommitted
linux-user: Remove default for TARGET_ARCH_HAS_SIGTRAMP_PAGE
All targets now define TARGET_ARCH_HAS_SIGTRAMP_PAGE. Reviewed-by: Philippe Mathieu-Daudé <[email protected]> Signed-off-by: Richard Henderson <[email protected]> Message-Id: <[email protected]> Signed-off-by: Laurent Vivier <[email protected]>
1 parent 55e83c2 commit 525c467

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

linux-user/elfload.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@
3030
#undef ELF_ARCH
3131
#endif
3232

33-
#ifndef TARGET_ARCH_HAS_SIGTRAMP_PAGE
34-
#define TARGET_ARCH_HAS_SIGTRAMP_PAGE 0
35-
#endif
36-
3733
#define ELF_OSABI ELFOSABI_SYSV
3834

3935
/* from personality.h */

0 commit comments

Comments
 (0)