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