From b0dae6f5b0080030c313caf252875a47646fae3a Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Thu, 19 Sep 2013 19:10:23 +0000 Subject: [PATCH] remove mipsel-ftbfs.diff (applied upstream) --- debian/patches/mipsel-ftbfs.diff | 30 ------------------------------ debian/patches/series | 1 - 2 files changed, 31 deletions(-) delete mode 100644 debian/patches/mipsel-ftbfs.diff diff --git a/debian/patches/mipsel-ftbfs.diff b/debian/patches/mipsel-ftbfs.diff deleted file mode 100644 index 52f1c158..00000000 --- a/debian/patches/mipsel-ftbfs.diff +++ /dev/null @@ -1,30 +0,0 @@ -Index: llvm-toolchain-snapshot_3.4~svn190996/lldb/source/Plugins/Process/Linux/LinuxSignals.cpp -=================================================================== ---- llvm-toolchain-snapshot_3.4~svn190996.orig/lldb/source/Plugins/Process/Linux/LinuxSignals.cpp 2013-09-19 14:49:50.000000000 +0200 -+++ llvm-toolchain-snapshot_3.4~svn190996/lldb/source/Plugins/Process/Linux/LinuxSignals.cpp 2013-09-19 14:49:50.000000000 +0200 -@@ -45,7 +45,9 @@ - ADDSIGNAL(PIPE, false, true, true, "write to pipe with reading end closed"); - ADDSIGNAL(ALRM, false, false, true, "alarm"); - ADDSIGNAL(TERM, false, true, true, "termination requested"); -+#ifdef SIGSTKFLT - ADDSIGNAL(STKFLT, false, true, true, "stack fault"); -+#endif - ADDSIGNAL(CHLD, false, false, true, "child process exit"); - ADDSIGNAL(CONT, false, true, true, "process continue"); - ADDSIGNAL(STOP, false, true, true, "process stop"); -Index: llvm-toolchain-snapshot_3.4~svn190996/lldb/source/Plugins/Process/Utility/RegisterContextMacOSXFrameBackchain.cpp -=================================================================== ---- llvm-toolchain-snapshot_3.4~svn190996.orig/lldb/source/Plugins/Process/Utility/RegisterContextMacOSXFrameBackchain.cpp 2013-09-19 14:49:50.000000000 +0200 -+++ llvm-toolchain-snapshot_3.4~svn190996/lldb/source/Plugins/Process/Utility/RegisterContextMacOSXFrameBackchain.cpp 2013-09-19 14:50:19.000000000 +0200 -@@ -147,9 +147,9 @@ - } - break; - -- // TOOD: need a better way to detect when "long double" types are -+ // TOOD: need a better way to detect when "long double" types are - // the same bytes size as "double" --#if !defined(__arm__) && !defined(_MSC_VER) -+#if !defined(__arm__) && !defined(_MSC_VER) && !defined(__mips__) - case sizeof (long double): - if (sizeof (long double) == sizeof(uint32_t)) - { diff --git a/debian/patches/series b/debian/patches/series index fe331f51..ca91c0d8 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -20,7 +20,6 @@ declare_clear_cache.diff 34-powerpc-no-altivec.diff clang-format-version.diff kfreebsd.diff -mipsel-ftbfs.diff disable-execinfo-usage.diff unwind-chain-inclusion.diff hurd-pathmax.diff