summaryrefslogtreecommitdiff
path: root/src/unwind.h
diff options
context:
space:
mode:
authorDavid Chisnall <dchisnall@pathscale.com>2011-11-23 11:10:17 +0000
committerDavid Chisnall <dchisnall@pathscale.com>2011-11-23 11:10:17 +0000
commitab4a00983ac953b1eeb7ae644530a94cd1d7c5f0 (patch)
tree8f8daa0f796d4d2b3d18b2cffd074001b1a7b1df /src/unwind.h
parent9802a7e430e08b90bf0e92d24abff095fa72ec21 (diff)
downloadlibcxxrt-ab4a00983ac953b1eeb7ae644530a94cd1d7c5f0.tar.gz
libcxxrt-ab4a00983ac953b1eeb7ae644530a94cd1d7c5f0.tar.bz2
libcxxrt-ab4a00983ac953b1eeb7ae644530a94cd1d7c5f0.tar.xz
Added unwind headers from libobjc2.
Diffstat (limited to 'src/unwind.h')
-rw-r--r--src/unwind.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/unwind.h b/src/unwind.h
new file mode 100644
index 0000000..76b6780
--- /dev/null
+++ b/src/unwind.h
@@ -0,0 +1,5 @@
+#ifdef __arm__
+#include "unwind-arm.h"
+#else
+#include "unwind-itanium.h"
+#endif