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