remove mipsel-ftbfs.diff (applied upstream)

This commit is contained in:
Sylvestre Ledru 2013-09-19 19:10:23 +00:00
parent 0e29f8463d
commit b0dae6f5b0
2 changed files with 0 additions and 31 deletions

View File

@ -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))
{

View File

@ -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