summaryrefslogtreecommitdiff
path: root/src/ppc/Linit_remote.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ppc/Linit_remote.c')
-rw-r--r--src/ppc/Linit_remote.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ppc/Linit_remote.c b/src/ppc/Linit_remote.c
new file mode 100644
index 00000000..58cb04ab
--- /dev/null
+++ b/src/ppc/Linit_remote.c
@@ -0,0 +1,5 @@
+#define UNW_LOCAL_ONLY
+#include <libunwind.h>
+#if defined(UNW_LOCAL_ONLY) && !defined(UNW_REMOTE_ONLY)
+#include "Ginit_remote.c"
+#endif