From de5b16e4a83d329db85854f04a2426a0b3c9dc97 Mon Sep 17 00:00:00 2001 From: "hp.com!davidm" Date: Mon, 21 Apr 2003 23:14:14 +0000 Subject: [PATCH] (_UI_siglongjmp_cont): Implement a dummy handler. (Logical change 1.81) --- src/x86/siglongjmp-x86.S | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/x86/siglongjmp-x86.S b/src/x86/siglongjmp-x86.S index 194f2053..ff64acef 100644 --- a/src/x86/siglongjmp-x86.S +++ b/src/x86/siglongjmp-x86.S @@ -1 +1,7 @@ -# warning Implement me. + /* Dummy implementation for now. Libunwind-based setjmp/longjmp + can't work on x86 until we take advantage of DWARF2 unwind info. */ + + .globl _UI_siglongjmp_cont + +_UI_siglongjmp_cont: + ret