From 8f4a9df4207b1370fe3e9bfbb8be598fd0906706 Mon Sep 17 00:00:00 2001 From: "homeip.net!davidm" Date: Tue, 17 Aug 2004 15:34:28 +0000 Subject: [PATCH] Rename: src/x86/siglongjmp-x86.S -> src/x86/siglongjmp.S }(Logical change 1.241) --- src/x86/siglongjmp-x86.S | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 src/x86/siglongjmp-x86.S diff --git a/src/x86/siglongjmp-x86.S b/src/x86/siglongjmp-x86.S deleted file mode 100644 index 0057027c..00000000 --- a/src/x86/siglongjmp-x86.S +++ /dev/null @@ -1,8 +0,0 @@ - /* 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: -#warning fix me - ret