summaryrefslogtreecommitdiff
path: root/linux-user/ppc/target_signal.h
blob: 5be24e152b7ee9e5c1659223d87a19cfea0eed8e (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef PPC_TARGET_SIGNAL_H
#define PPC_TARGET_SIGNAL_H

#include "../generic/signal.h"

#if !defined(TARGET_PPC64)
#define TARGET_ARCH_HAS_SETUP_FRAME
#endif
#define TARGET_ARCH_HAS_SIGTRAMP_PAGE 1

#endif /* PPC_TARGET_SIGNAL_H */