summaryrefslogtreecommitdiff
path: root/src/third_party/unwind/dist/tests/Lia64-test-readonly.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/unwind/dist/tests/Lia64-test-readonly.c')
-rw-r--r--src/third_party/unwind/dist/tests/Lia64-test-readonly.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/third_party/unwind/dist/tests/Lia64-test-readonly.c b/src/third_party/unwind/dist/tests/Lia64-test-readonly.c
new file mode 100644
index 00000000000..cd23e92613e
--- /dev/null
+++ b/src/third_party/unwind/dist/tests/Lia64-test-readonly.c
@@ -0,0 +1,5 @@
+#define UNW_LOCAL_ONLY
+#include <libunwind.h>
+#if !defined(UNW_REMOTE_ONLY)
+#include "Gia64-test-readonly.c"
+#endif