summaryrefslogtreecommitdiff
path: root/src/third_party/unwind/dist/src/hppa/siglongjmp.S
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/unwind/dist/src/hppa/siglongjmp.S')
-rw-r--r--src/third_party/unwind/dist/src/hppa/siglongjmp.S16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/third_party/unwind/dist/src/hppa/siglongjmp.S b/src/third_party/unwind/dist/src/hppa/siglongjmp.S
new file mode 100644
index 00000000000..34878dbe8f3
--- /dev/null
+++ b/src/third_party/unwind/dist/src/hppa/siglongjmp.S
@@ -0,0 +1,16 @@
+ /* Dummy implementation for now. */
+
+ .globl _UI_siglongjmp_cont
+ .globl _UI_longjmp_cont
+
+_UI_siglongjmp_cont:
+_UI_longjmp_cont:
+ .proc
+ .callinfo
+#warning fix me
+ bv %r0(%rp)
+ .procend
+#ifdef __linux__
+ /* We do not need executable stack. */
+ .section .note.GNU-stack,"",@progbits
+#endif