From 5c9ce3725ac293ec142fb8e770b377fbea9ed614 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 11 Aug 2013 08:02:45 +0000 Subject: [PATCH] refresh of the patches --- ...03-Debian-version-info-and-bugreport.patch | 8 +++--- debian/patches/0010-shared-lib-paths.patch | 16 +++++------ debian/patches/0021-shared-lib-debian.patch | 6 ++-- debian/patches/0023-link-libopagent.patch | 12 ++++---- debian/patches/0044-soname.diff | 6 ++-- ...set-is_stmt-a-little-better-for-prol.patch | 14 +++++----- debian/patches/0047-version-name.diff | 12 ++++---- debian/patches/0050-powerpcspe-fp.diff | 26 ++++++++--------- debian/patches/18-soname.patch | 6 ++-- debian/patches/19-clang_debian_version.patch | 6 ++-- debian/patches/21-searchPathHeaders.diff | 8 +++--- .../23-strlcpy_strlcat_warning_removed.diff | 28 +++++++++---------- debian/patches/26-set-correct-float-abi.diff | 6 ++-- debian/patches/27-fix_clang_stdint.diff | 6 ++-- debian/patches/30-kfreebsd.diff | 18 ++++++------ debian/patches/31-powerpcspe.diff | 6 ++-- debian/patches/33-armhf-defaults.diff | 8 +++--- debian/patches/34-powerpc-no-altivec.diff | 6 ++-- debian/patches/clang-format-version.diff | 20 ++++++------- debian/patches/declare_clear_cache.diff | 6 ++-- debian/patches/ia64-fix.diff | 18 ++++++------ debian/patches/kfreebsd.diff | 8 +++--- debian/patches/kfreebsd_ptrace_kludge.diff | 14 +++++----- debian/patches/mipsel-ftbfs.diff | 12 ++++---- debian/patches/profile_rt.diff | 6 ++-- debian/patches/scan-build-clang-path.diff | 6 ++-- debian/patches/unwind-chain-inclusion.diff | 6 ++-- 27 files changed, 147 insertions(+), 147 deletions(-) diff --git a/debian/patches/0003-Debian-version-info-and-bugreport.patch b/debian/patches/0003-Debian-version-info-and-bugreport.patch index 4305b26d..79742862 100644 --- a/debian/patches/0003-Debian-version-info-and-bugreport.patch +++ b/debian/patches/0003-Debian-version-info-and-bugreport.patch @@ -1,8 +1,8 @@ -Index: llvm-toolchain-snapshot_3.4~svn185325/lib/Support/CommandLine.cpp +Index: llvm-toolchain-snapshot_3.4~svn188146/lib/Support/CommandLine.cpp =================================================================== ---- llvm-toolchain-snapshot_3.4~svn185325.orig/lib/Support/CommandLine.cpp 2013-07-01 13:27:34.000000000 +0200 -+++ llvm-toolchain-snapshot_3.4~svn185325/lib/Support/CommandLine.cpp 2013-07-01 13:27:34.000000000 +0200 -@@ -1509,6 +1509,10 @@ +--- llvm-toolchain-snapshot_3.4~svn188146.orig/lib/Support/CommandLine.cpp 2013-08-11 10:01:30.736734807 +0200 ++++ llvm-toolchain-snapshot_3.4~svn188146/lib/Support/CommandLine.cpp 2013-08-11 10:01:30.732734807 +0200 +@@ -1686,6 +1686,10 @@ OS << LLVM_VERSION_INFO; #endif OS << "\n "; diff --git a/debian/patches/0010-shared-lib-paths.patch b/debian/patches/0010-shared-lib-paths.patch index 415f6643..0d13b6d4 100644 --- a/debian/patches/0010-shared-lib-paths.patch +++ b/debian/patches/0010-shared-lib-paths.patch @@ -1,8 +1,8 @@ -Index: llvm-toolchain-snapshot_3.4~svn185325/clang/lib/Driver/ToolChains.cpp +Index: llvm-toolchain-snapshot_3.4~svn188146/clang/lib/Driver/ToolChains.cpp =================================================================== ---- llvm-toolchain-snapshot_3.4~svn185325.orig/clang/lib/Driver/ToolChains.cpp 2013-07-01 13:27:42.000000000 +0200 -+++ llvm-toolchain-snapshot_3.4~svn185325/clang/lib/Driver/ToolChains.cpp 2013-07-01 13:28:26.000000000 +0200 -@@ -2292,6 +2292,14 @@ +--- llvm-toolchain-snapshot_3.4~svn188146.orig/clang/lib/Driver/ToolChains.cpp 2013-08-11 10:01:30.888734802 +0200 ++++ llvm-toolchain-snapshot_3.4~svn188146/clang/lib/Driver/ToolChains.cpp 2013-08-11 10:01:30.884734801 +0200 +@@ -2337,6 +2337,14 @@ addPathIfExists(SysRoot + "/usr/lib/" + MultiarchTriple, Paths); addPathIfExists(SysRoot + "/usr/lib/../" + Multilib, Paths); @@ -17,11 +17,11 @@ Index: llvm-toolchain-snapshot_3.4~svn185325/clang/lib/Driver/ToolChains.cpp // Try walking via the GCC triple path in case of biarch or multiarch GCC // installations with strange symlinks. if (GCCInstallation.isValid()) -Index: llvm-toolchain-snapshot_3.4~svn185325/clang/lib/Driver/Tools.cpp +Index: llvm-toolchain-snapshot_3.4~svn188146/clang/lib/Driver/Tools.cpp =================================================================== ---- llvm-toolchain-snapshot_3.4~svn185325.orig/clang/lib/Driver/Tools.cpp 2013-07-01 13:27:42.000000000 +0200 -+++ llvm-toolchain-snapshot_3.4~svn185325/clang/lib/Driver/Tools.cpp 2013-07-01 13:27:42.000000000 +0200 -@@ -6168,6 +6168,14 @@ +--- llvm-toolchain-snapshot_3.4~svn188146.orig/clang/lib/Driver/Tools.cpp 2013-08-11 10:01:30.888734802 +0200 ++++ llvm-toolchain-snapshot_3.4~svn188146/clang/lib/Driver/Tools.cpp 2013-08-11 10:01:30.888734802 +0200 +@@ -6153,6 +6153,14 @@ if (D.IsUsingLTO(Args) || Args.hasArg(options::OPT_use_gold_plugin)) { CmdArgs.push_back("-plugin"); std::string Plugin = ToolChain.getDriver().Dir + "/../lib/LLVMgold.so"; diff --git a/debian/patches/0021-shared-lib-debian.patch b/debian/patches/0021-shared-lib-debian.patch index 8d2748a4..672def1a 100644 --- a/debian/patches/0021-shared-lib-debian.patch +++ b/debian/patches/0021-shared-lib-debian.patch @@ -1,7 +1,7 @@ -Index: llvm-toolchain-snapshot_3.4~svn185325/tools/llvm-shlib/Makefile +Index: llvm-toolchain-snapshot_3.4~svn188146/tools/llvm-shlib/Makefile =================================================================== ---- llvm-toolchain-snapshot_3.4~svn185325.orig/tools/llvm-shlib/Makefile 2013-07-01 13:28:31.000000000 +0200 -+++ llvm-toolchain-snapshot_3.4~svn185325/tools/llvm-shlib/Makefile 2013-07-01 13:28:31.000000000 +0200 +--- llvm-toolchain-snapshot_3.4~svn188146.orig/tools/llvm-shlib/Makefile 2013-08-11 10:01:31.176734794 +0200 ++++ llvm-toolchain-snapshot_3.4~svn188146/tools/llvm-shlib/Makefile 2013-08-11 10:01:31.172734791 +0200 @@ -39,6 +39,12 @@ LLVMLibsPaths := $(IncludeInLibLlvm) diff --git a/debian/patches/0023-link-libopagent.patch b/debian/patches/0023-link-libopagent.patch index 5ca1d4a4..c38621dd 100644 --- a/debian/patches/0023-link-libopagent.patch +++ b/debian/patches/0023-link-libopagent.patch @@ -1,8 +1,8 @@ -Index: llvm-toolchain-snapshot_3.4~svn185325/configure +Index: llvm-toolchain-snapshot_3.4~svn188146/configure =================================================================== ---- llvm-toolchain-snapshot_3.4~svn185325.orig/configure 2013-07-01 13:28:33.000000000 +0200 -+++ llvm-toolchain-snapshot_3.4~svn185325/configure 2013-07-01 13:28:33.000000000 +0200 -@@ -13709,7 +13709,7 @@ +--- llvm-toolchain-snapshot_3.4~svn188146.orig/configure 2013-08-11 10:01:31.600734785 +0200 ++++ llvm-toolchain-snapshot_3.4~svn188146/configure 2013-08-11 10:01:31.600734785 +0200 +@@ -13208,7 +13208,7 @@ case $llvm_cv_os_type in Linux) if test -n "$llvm_cv_oppath" ; then @@ -11,7 +11,7 @@ Index: llvm-toolchain-snapshot_3.4~svn185325/configure { echo "$as_me:$LINENO: checking for library containing bfd_init" >&5 echo $ECHO_N "checking for library containing bfd_init... $ECHO_C" >&6; } if test "${ac_cv_search_bfd_init+set}" = set; then -@@ -13805,7 +13805,7 @@ +@@ -13304,7 +13304,7 @@ echo "${ECHO_T}$ac_cv_search_bfd_init" >&6; } ac_res=$ac_cv_search_bfd_init if test "$ac_res" != no; then @@ -20,7 +20,7 @@ Index: llvm-toolchain-snapshot_3.4~svn185325/configure fi -@@ -13841,8 +13841,8 @@ +@@ -13340,8 +13340,8 @@ if test -z "$ac_lib"; then ac_res="none required" else diff --git a/debian/patches/0044-soname.diff b/debian/patches/0044-soname.diff index ab357d00..0fe6f3f8 100644 --- a/debian/patches/0044-soname.diff +++ b/debian/patches/0044-soname.diff @@ -1,7 +1,7 @@ -Index: llvm-toolchain-snapshot_3.4~svn185325/tools/llvm-shlib/Makefile +Index: llvm-toolchain-snapshot_3.4~svn188146/tools/llvm-shlib/Makefile =================================================================== ---- llvm-toolchain-snapshot_3.4~svn185325.orig/tools/llvm-shlib/Makefile 2013-07-01 13:28:34.000000000 +0200 -+++ llvm-toolchain-snapshot_3.4~svn185325/tools/llvm-shlib/Makefile 2013-07-01 13:28:34.000000000 +0200 +--- llvm-toolchain-snapshot_3.4~svn188146.orig/tools/llvm-shlib/Makefile 2013-08-11 10:01:32.084734772 +0200 ++++ llvm-toolchain-snapshot_3.4~svn188146/tools/llvm-shlib/Makefile 2013-08-11 10:01:32.080734772 +0200 @@ -76,7 +76,7 @@ ifeq ($(HOST_OS), $(filter $(HOST_OS), Linux FreeBSD GNU/kFreeBSD GNU)) diff --git a/debian/patches/0046-Revert-Patch-to-set-is_stmt-a-little-better-for-prol.patch b/debian/patches/0046-Revert-Patch-to-set-is_stmt-a-little-better-for-prol.patch index 4d1aae4b..5702200a 100644 --- a/debian/patches/0046-Revert-Patch-to-set-is_stmt-a-little-better-for-prol.patch +++ b/debian/patches/0046-Revert-Patch-to-set-is_stmt-a-little-better-for-prol.patch @@ -12,11 +12,11 @@ This reverts commit 60b35f408bc3194e7ea4e96367c0b42dc5e7f850. test/DebugInfo/X86/ending-run.ll | 6 ++---- 2 files changed, 4 insertions(+), 9 deletions(-) -Index: llvm-toolchain-snapshot_3.4~svn185325/lib/CodeGen/AsmPrinter/DwarfDebug.cpp +Index: llvm-toolchain-snapshot_3.4~svn188146/lib/CodeGen/AsmPrinter/DwarfDebug.cpp =================================================================== ---- llvm-toolchain-snapshot_3.4~svn185325.orig/lib/CodeGen/AsmPrinter/DwarfDebug.cpp 2013-07-01 13:28:35.000000000 +0200 -+++ llvm-toolchain-snapshot_3.4~svn185325/lib/CodeGen/AsmPrinter/DwarfDebug.cpp 2013-07-01 13:28:35.000000000 +0200 -@@ -1312,15 +1312,12 @@ +--- llvm-toolchain-snapshot_3.4~svn188146.orig/lib/CodeGen/AsmPrinter/DwarfDebug.cpp 2013-08-11 10:01:32.520734761 +0200 ++++ llvm-toolchain-snapshot_3.4~svn188146/lib/CodeGen/AsmPrinter/DwarfDebug.cpp 2013-08-11 10:01:32.516734761 +0200 +@@ -1391,15 +1391,12 @@ if (!MI->isDebugValue()) { DebugLoc DL = MI->getDebugLoc(); if (DL != PrevInstLoc && (!DL.isUnknown() || UnknownLocations)) { @@ -33,10 +33,10 @@ Index: llvm-toolchain-snapshot_3.4~svn185325/lib/CodeGen/AsmPrinter/DwarfDebug.c if (!DL.isUnknown()) { const MDNode *Scope = DL.getScope(Asm->MF->getFunction()->getContext()); recordSourceLine(DL.getLine(), DL.getCol(), Scope, Flags); -Index: llvm-toolchain-snapshot_3.4~svn185325/test/DebugInfo/X86/ending-run.ll +Index: llvm-toolchain-snapshot_3.4~svn188146/test/DebugInfo/X86/ending-run.ll =================================================================== ---- llvm-toolchain-snapshot_3.4~svn185325.orig/test/DebugInfo/X86/ending-run.ll 2013-07-01 13:28:35.000000000 +0200 -+++ llvm-toolchain-snapshot_3.4~svn185325/test/DebugInfo/X86/ending-run.ll 2013-07-01 13:28:35.000000000 +0200 +--- llvm-toolchain-snapshot_3.4~svn188146.orig/test/DebugInfo/X86/ending-run.ll 2013-08-11 10:01:32.520734761 +0200 ++++ llvm-toolchain-snapshot_3.4~svn188146/test/DebugInfo/X86/ending-run.ll 2013-08-11 10:01:32.516734761 +0200 @@ -1,11 +1,9 @@ ; RUN: llc -mtriple=x86_64-apple-darwin %s -o %t -filetype=obj ; RUN: llvm-dwarfdump -debug-dump=line %t | FileCheck %s diff --git a/debian/patches/0047-version-name.diff b/debian/patches/0047-version-name.diff index acf92016..dde55a66 100644 --- a/debian/patches/0047-version-name.diff +++ b/debian/patches/0047-version-name.diff @@ -1,7 +1,7 @@ -Index: llvm-toolchain-snapshot_3.4~svn185325/autoconf/configure.ac +Index: llvm-toolchain-snapshot_3.4~svn188146/autoconf/configure.ac =================================================================== ---- llvm-toolchain-snapshot_3.4~svn185325.orig/autoconf/configure.ac 2013-07-01 13:28:40.000000000 +0200 -+++ llvm-toolchain-snapshot_3.4~svn185325/autoconf/configure.ac 2013-07-01 13:28:40.000000000 +0200 +--- llvm-toolchain-snapshot_3.4~svn188146.orig/autoconf/configure.ac 2013-08-11 10:01:32.952734747 +0200 ++++ llvm-toolchain-snapshot_3.4~svn188146/autoconf/configure.ac 2013-08-11 10:01:32.944734748 +0200 @@ -31,7 +31,7 @@ dnl===-----------------------------------------------------------------------=== dnl Initialize autoconf and define the package name, version number and @@ -11,10 +11,10 @@ Index: llvm-toolchain-snapshot_3.4~svn185325/autoconf/configure.ac AC_DEFINE([LLVM_VERSION_MAJOR], [3], [Major version of the LLVM API]) AC_DEFINE([LLVM_VERSION_MINOR], [4], [Minor version of the LLVM API]) -Index: llvm-toolchain-snapshot_3.4~svn185325/configure +Index: llvm-toolchain-snapshot_3.4~svn188146/configure =================================================================== ---- llvm-toolchain-snapshot_3.4~svn185325.orig/configure 2013-07-01 13:28:40.000000000 +0200 -+++ llvm-toolchain-snapshot_3.4~svn185325/configure 2013-07-01 13:28:40.000000000 +0200 +--- llvm-toolchain-snapshot_3.4~svn188146.orig/configure 2013-08-11 10:01:32.952734747 +0200 ++++ llvm-toolchain-snapshot_3.4~svn188146/configure 2013-08-11 10:01:32.948734746 +0200 @@ -561,8 +561,8 @@ # Identity of this package. PACKAGE_NAME='LLVM' diff --git a/debian/patches/0050-powerpcspe-fp.diff b/debian/patches/0050-powerpcspe-fp.diff index a46c2d62..a47ca3d9 100644 --- a/debian/patches/0050-powerpcspe-fp.diff +++ b/debian/patches/0050-powerpcspe-fp.diff @@ -1,11 +1,11 @@ PPCJITInfo.cpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) -Index: llvm-toolchain-snapshot_3.4~svn185325/lib/Target/PowerPC/PPCJITInfo.cpp +Index: llvm-toolchain-snapshot_3.4~svn188146/lib/Target/PowerPC/PPCJITInfo.cpp =================================================================== ---- llvm-toolchain-snapshot_3.4~svn185325.orig/lib/Target/PowerPC/PPCJITInfo.cpp 2013-07-01 13:28:42.000000000 +0200 -+++ llvm-toolchain-snapshot_3.4~svn185325/lib/Target/PowerPC/PPCJITInfo.cpp 2013-07-01 13:28:42.000000000 +0200 -@@ -99,6 +99,7 @@ +--- llvm-toolchain-snapshot_3.4~svn188146.orig/lib/Target/PowerPC/PPCJITInfo.cpp 2013-08-11 10:01:33.964734725 +0200 ++++ llvm-toolchain-snapshot_3.4~svn188146/lib/Target/PowerPC/PPCJITInfo.cpp 2013-08-11 10:01:33.960734725 +0200 +@@ -104,6 +104,7 @@ "stw r8, 196(r1)\n" "stw r7, 192(r1)\n" "stw r6, 188(r1)\n" "stw r5, 184(r1)\n" "stw r4, 180(r1)\n" "stw r3, 176(r1)\n" @@ -13,7 +13,7 @@ Index: llvm-toolchain-snapshot_3.4~svn185325/lib/Target/PowerPC/PPCJITInfo.cpp // Save all call-clobbered FP regs. "stfd f13, 168(r1)\n" "stfd f12, 160(r1)\n" "stfd f11, 152(r1)\n" "stfd f10, 144(r1)\n" -@@ -107,6 +108,7 @@ +@@ -112,6 +113,7 @@ "stfd f5, 104(r1)\n" "stfd f4, 96(r1)\n" "stfd f3, 88(r1)\n" "stfd f2, 80(r1)\n" "stfd f1, 72(r1)\n" @@ -21,7 +21,7 @@ Index: llvm-toolchain-snapshot_3.4~svn185325/lib/Target/PowerPC/PPCJITInfo.cpp // Arguments to Compilation Callback: // r3 - our lr (address of the call instruction in stub plus 4) // r4 - stub's lr (address of instruction that called the stub plus 4) -@@ -122,6 +124,7 @@ +@@ -127,6 +129,7 @@ "lwz r8, 196(r1)\n" "lwz r7, 192(r1)\n" "lwz r6, 188(r1)\n" "lwz r5, 184(r1)\n" "lwz r4, 180(r1)\n" "lwz r3, 176(r1)\n" @@ -29,7 +29,7 @@ Index: llvm-toolchain-snapshot_3.4~svn185325/lib/Target/PowerPC/PPCJITInfo.cpp // Restore all FP arg registers "lfd f13, 168(r1)\n" "lfd f12, 160(r1)\n" "lfd f11, 152(r1)\n" "lfd f10, 144(r1)\n" -@@ -130,6 +133,7 @@ +@@ -135,6 +138,7 @@ "lfd f5, 104(r1)\n" "lfd f4, 96(r1)\n" "lfd f3, 88(r1)\n" "lfd f2, 80(r1)\n" "lfd f1, 72(r1)\n" @@ -37,7 +37,7 @@ Index: llvm-toolchain-snapshot_3.4~svn185325/lib/Target/PowerPC/PPCJITInfo.cpp // Pop 3 frames off the stack and branch to target "lwz r1, 208(r1)\n" "lwz r2, 8(r1)\n" -@@ -164,12 +168,14 @@ +@@ -169,12 +173,14 @@ "stw 8, 92(1)\n" "stw 7, 88(1)\n" "stw 6, 84(1)\n" "stw 5, 80(1)\n" "stw 4, 76(1)\n" "stw 3, 72(1)\n" @@ -52,7 +52,7 @@ Index: llvm-toolchain-snapshot_3.4~svn185325/lib/Target/PowerPC/PPCJITInfo.cpp // Arguments to Compilation Callback: // r3 - our lr (address of the call instruction in stub plus 4) // r4 - stub's lr (address of instruction that called the stub plus 4) -@@ -185,12 +191,14 @@ +@@ -190,12 +196,14 @@ "lwz 8, 92(1)\n" "lwz 7, 88(1)\n" "lwz 6, 84(1)\n" "lwz 5, 80(1)\n" "lwz 4, 76(1)\n" "lwz 3, 72(1)\n" @@ -67,7 +67,7 @@ Index: llvm-toolchain-snapshot_3.4~svn185325/lib/Target/PowerPC/PPCJITInfo.cpp // Pop 3 frames off the stack and branch to target "lwz 1, 104(1)\n" "lwz 0, 4(1)\n" -@@ -242,6 +250,7 @@ +@@ -246,6 +254,7 @@ "std 8, 256(1)\n" "std 7, 248(1)\n" "std 6, 240(1)\n" "std 5, 232(1)\n" "std 4, 224(1)\n" "std 3, 216(1)\n" @@ -75,7 +75,7 @@ Index: llvm-toolchain-snapshot_3.4~svn185325/lib/Target/PowerPC/PPCJITInfo.cpp // Save all call-clobbered FP regs. "stfd 13, 208(1)\n" "stfd 12, 200(1)\n" "stfd 11, 192(1)\n" "stfd 10, 184(1)\n" -@@ -250,6 +259,7 @@ +@@ -254,6 +263,7 @@ "stfd 5, 144(1)\n" "stfd 4, 136(1)\n" "stfd 3, 128(1)\n" "stfd 2, 120(1)\n" "stfd 1, 112(1)\n" @@ -83,7 +83,7 @@ Index: llvm-toolchain-snapshot_3.4~svn185325/lib/Target/PowerPC/PPCJITInfo.cpp // Arguments to Compilation Callback: // r3 - our lr (address of the call instruction in stub plus 4) // r4 - stub's lr (address of instruction that called the stub plus 4) -@@ -270,6 +280,7 @@ +@@ -274,6 +284,7 @@ "ld 8, 256(1)\n" "ld 7, 248(1)\n" "ld 6, 240(1)\n" "ld 5, 232(1)\n" "ld 4, 224(1)\n" "ld 3, 216(1)\n" @@ -91,7 +91,7 @@ Index: llvm-toolchain-snapshot_3.4~svn185325/lib/Target/PowerPC/PPCJITInfo.cpp // Restore all FP arg registers "lfd 13, 208(1)\n" "lfd 12, 200(1)\n" "lfd 11, 192(1)\n" "lfd 10, 184(1)\n" -@@ -278,6 +289,7 @@ +@@ -282,6 +293,7 @@ "lfd 5, 144(1)\n" "lfd 4, 136(1)\n" "lfd 3, 128(1)\n" "lfd 2, 120(1)\n" "lfd 1, 112(1)\n" diff --git a/debian/patches/18-soname.patch b/debian/patches/18-soname.patch index 4976c5f0..640d238e 100644 --- a/debian/patches/18-soname.patch +++ b/debian/patches/18-soname.patch @@ -1,7 +1,7 @@ -Index: llvm-toolchain-snapshot_3.4~svn185325/clang/tools/libclang/Makefile +Index: llvm-toolchain-snapshot_3.4~svn188146/clang/tools/libclang/Makefile =================================================================== ---- llvm-toolchain-snapshot_3.4~svn185325.orig/clang/tools/libclang/Makefile 2013-07-01 13:26:38.000000000 +0200 -+++ llvm-toolchain-snapshot_3.4~svn185325/clang/tools/libclang/Makefile 2013-07-01 13:27:07.000000000 +0200 +--- llvm-toolchain-snapshot_3.4~svn188146.orig/clang/tools/libclang/Makefile 2013-08-11 10:01:26.492734915 +0200 ++++ llvm-toolchain-snapshot_3.4~svn188146/clang/tools/libclang/Makefile 2013-08-11 10:01:26.488734914 +0200 @@ -14,6 +14,7 @@ LINK_LIBS_IN_SHARED = 1 diff --git a/debian/patches/19-clang_debian_version.patch b/debian/patches/19-clang_debian_version.patch index 68eeb7e3..8c13131b 100644 --- a/debian/patches/19-clang_debian_version.patch +++ b/debian/patches/19-clang_debian_version.patch @@ -1,7 +1,7 @@ -Index: llvm-toolchain-snapshot_3.4~svn184290/clang/lib/Basic/Version.cpp +Index: llvm-toolchain-snapshot_3.4~svn188146/clang/lib/Basic/Version.cpp =================================================================== ---- llvm-toolchain-snapshot_3.4~svn184290.orig/clang/lib/Basic/Version.cpp 2013-06-19 11:13:54.910779487 +0200 -+++ llvm-toolchain-snapshot_3.4~svn184290/clang/lib/Basic/Version.cpp 2013-06-19 11:13:54.906779469 +0200 +--- llvm-toolchain-snapshot_3.4~svn188146.orig/clang/lib/Basic/Version.cpp 2013-08-11 10:01:27.104734895 +0200 ++++ llvm-toolchain-snapshot_3.4~svn188146/clang/lib/Basic/Version.cpp 2013-08-11 10:01:27.104734895 +0200 @@ -15,6 +15,7 @@ #include "clang/Basic/LLVM.h" #include "llvm/Config/config.h" diff --git a/debian/patches/21-searchPathHeaders.diff b/debian/patches/21-searchPathHeaders.diff index 8a10e31c..7a3a6b60 100644 --- a/debian/patches/21-searchPathHeaders.diff +++ b/debian/patches/21-searchPathHeaders.diff @@ -1,8 +1,8 @@ -Index: llvm-toolchain-snapshot_3.4~svn185325/clang/lib/Driver/ToolChains.cpp +Index: llvm-toolchain-snapshot_3.4~svn188146/clang/lib/Driver/ToolChains.cpp =================================================================== ---- llvm-toolchain-snapshot_3.4~svn185325.orig/clang/lib/Driver/ToolChains.cpp 2013-07-01 13:27:19.000000000 +0200 -+++ llvm-toolchain-snapshot_3.4~svn185325/clang/lib/Driver/ToolChains.cpp 2013-07-01 13:27:19.000000000 +0200 -@@ -2366,6 +2366,11 @@ +--- llvm-toolchain-snapshot_3.4~svn188146.orig/clang/lib/Driver/ToolChains.cpp 2013-08-11 10:01:27.552734888 +0200 ++++ llvm-toolchain-snapshot_3.4~svn188146/clang/lib/Driver/ToolChains.cpp 2013-08-11 10:01:27.548734887 +0200 +@@ -2415,6 +2415,11 @@ addSystemInclude(DriverArgs, CC1Args, P.str()); } diff --git a/debian/patches/23-strlcpy_strlcat_warning_removed.diff b/debian/patches/23-strlcpy_strlcat_warning_removed.diff index 3f551ce9..25e19cca 100644 --- a/debian/patches/23-strlcpy_strlcat_warning_removed.diff +++ b/debian/patches/23-strlcpy_strlcat_warning_removed.diff @@ -1,7 +1,7 @@ -Index: llvm-toolchain-snapshot_3.4~svn185325/clang/include/clang/Basic/Builtins.def +Index: llvm-toolchain-snapshot_3.4~svn188146/clang/include/clang/Basic/Builtins.def =================================================================== ---- llvm-toolchain-snapshot_3.4~svn185325.orig/clang/include/clang/Basic/Builtins.def 2013-07-01 13:27:26.000000000 +0200 -+++ llvm-toolchain-snapshot_3.4~svn185325/clang/include/clang/Basic/Builtins.def 2013-07-01 13:27:26.000000000 +0200 +--- llvm-toolchain-snapshot_3.4~svn188146.orig/clang/include/clang/Basic/Builtins.def 2013-08-11 10:01:27.976734874 +0200 ++++ llvm-toolchain-snapshot_3.4~svn188146/clang/include/clang/Basic/Builtins.def 2013-08-11 10:01:27.968734875 +0200 @@ -466,8 +466,8 @@ BUILTIN(__builtin___stpcpy_chk, "c*c*cC*z", "nF") BUILTIN(__builtin___strcat_chk, "c*c*cC*z", "nF") @@ -24,11 +24,11 @@ Index: llvm-toolchain-snapshot_3.4~svn185325/clang/include/clang/Basic/Builtins. // id objc_msgSend(id, SEL, ...) LIBBUILTIN(objc_msgSend, "GGH.", "f", "objc/message.h", OBJC_LANG) // long double objc_msgSend_fpret(id self, SEL op, ...) -Index: llvm-toolchain-snapshot_3.4~svn185325/clang/lib/Sema/SemaChecking.cpp +Index: llvm-toolchain-snapshot_3.4~svn188146/clang/lib/Sema/SemaChecking.cpp =================================================================== ---- llvm-toolchain-snapshot_3.4~svn185325.orig/clang/lib/Sema/SemaChecking.cpp 2013-07-01 13:27:26.000000000 +0200 -+++ llvm-toolchain-snapshot_3.4~svn185325/clang/lib/Sema/SemaChecking.cpp 2013-07-01 13:27:26.000000000 +0200 -@@ -580,9 +580,10 @@ +--- llvm-toolchain-snapshot_3.4~svn188146.orig/clang/lib/Sema/SemaChecking.cpp 2013-08-11 10:01:27.976734874 +0200 ++++ llvm-toolchain-snapshot_3.4~svn188146/clang/lib/Sema/SemaChecking.cpp 2013-08-11 10:01:27.968734875 +0200 +@@ -804,9 +804,10 @@ return false; // Handle memory setting and copying functions. @@ -42,11 +42,11 @@ Index: llvm-toolchain-snapshot_3.4~svn185325/clang/lib/Sema/SemaChecking.cpp CheckStrncatArguments(TheCall, FnInfo); else CheckMemaccessArguments(TheCall, CMId, FnInfo); -Index: llvm-toolchain-snapshot_3.4~svn185325/clang/lib/AST/Decl.cpp +Index: llvm-toolchain-snapshot_3.4~svn188146/clang/lib/AST/Decl.cpp =================================================================== ---- llvm-toolchain-snapshot_3.4~svn185325.orig/clang/lib/AST/Decl.cpp 2013-07-01 13:27:26.000000000 +0200 -+++ llvm-toolchain-snapshot_3.4~svn185325/clang/lib/AST/Decl.cpp 2013-07-01 13:27:26.000000000 +0200 -@@ -2789,10 +2789,10 @@ +--- llvm-toolchain-snapshot_3.4~svn188146.orig/clang/lib/AST/Decl.cpp 2013-08-11 10:01:27.976734874 +0200 ++++ llvm-toolchain-snapshot_3.4~svn188146/clang/lib/AST/Decl.cpp 2013-08-11 10:01:27.972734874 +0200 +@@ -2900,10 +2900,10 @@ case Builtin::BImemmove: return Builtin::BImemmove; @@ -61,10 +61,10 @@ Index: llvm-toolchain-snapshot_3.4~svn185325/clang/lib/AST/Decl.cpp case Builtin::BI__builtin_memcmp: case Builtin::BImemcmp: -Index: llvm-toolchain-snapshot_3.4~svn185325/clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp +Index: llvm-toolchain-snapshot_3.4~svn188146/clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp =================================================================== ---- llvm-toolchain-snapshot_3.4~svn185325.orig/clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp 2013-07-01 13:27:26.000000000 +0200 -+++ llvm-toolchain-snapshot_3.4~svn185325/clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp 2013-07-01 13:27:26.000000000 +0200 +--- llvm-toolchain-snapshot_3.4~svn188146.orig/clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp 2013-08-11 10:01:27.976734874 +0200 ++++ llvm-toolchain-snapshot_3.4~svn188146/clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp 2013-08-11 10:01:27.972734874 +0200 @@ -238,9 +238,9 @@ case Builtin::BIstrncpy: case Builtin::BIstrncat: diff --git a/debian/patches/26-set-correct-float-abi.diff b/debian/patches/26-set-correct-float-abi.diff index b4fc8909..46da18c7 100644 --- a/debian/patches/26-set-correct-float-abi.diff +++ b/debian/patches/26-set-correct-float-abi.diff @@ -18,10 +18,10 @@ Forwarded: Reviewed-By: Last-Update: -Index: llvm-toolchain-snapshot_3.4~svn185325/clang/lib/Driver/Tools.cpp +Index: llvm-toolchain-snapshot_3.4~svn188146/clang/lib/Driver/Tools.cpp =================================================================== ---- llvm-toolchain-snapshot_3.4~svn185325.orig/clang/lib/Driver/Tools.cpp 2013-07-01 13:27:28.000000000 +0200 -+++ llvm-toolchain-snapshot_3.4~svn185325/clang/lib/Driver/Tools.cpp 2013-07-01 13:27:28.000000000 +0200 +--- llvm-toolchain-snapshot_3.4~svn188146.orig/clang/lib/Driver/Tools.cpp 2013-08-11 10:01:28.808734856 +0200 ++++ llvm-toolchain-snapshot_3.4~svn188146/clang/lib/Driver/Tools.cpp 2013-08-11 10:01:28.804734855 +0200 @@ -683,7 +683,7 @@ FloatABI = "hard"; break; diff --git a/debian/patches/27-fix_clang_stdint.diff b/debian/patches/27-fix_clang_stdint.diff index 800b019b..804fb5d9 100644 --- a/debian/patches/27-fix_clang_stdint.diff +++ b/debian/patches/27-fix_clang_stdint.diff @@ -1,7 +1,7 @@ -Index: llvm-toolchain-snapshot_3.4~svn185325/clang/lib/Headers/stdint.h +Index: llvm-toolchain-snapshot_3.4~svn188146/clang/lib/Headers/stdint.h =================================================================== ---- llvm-toolchain-snapshot_3.4~svn185325.orig/clang/lib/Headers/stdint.h 2013-07-01 13:27:27.000000000 +0200 -+++ llvm-toolchain-snapshot_3.4~svn185325/clang/lib/Headers/stdint.h 2013-07-01 13:27:27.000000000 +0200 +--- llvm-toolchain-snapshot_3.4~svn188146.orig/clang/lib/Headers/stdint.h 2013-08-11 10:01:28.388734864 +0200 ++++ llvm-toolchain-snapshot_3.4~svn188146/clang/lib/Headers/stdint.h 2013-08-11 10:01:28.384734864 +0200 @@ -22,8 +22,6 @@ * \*===----------------------------------------------------------------------===*/ diff --git a/debian/patches/30-kfreebsd.diff b/debian/patches/30-kfreebsd.diff index 0eef4c58..6523eb3c 100644 --- a/debian/patches/30-kfreebsd.diff +++ b/debian/patches/30-kfreebsd.diff @@ -1,8 +1,8 @@ -Index: llvm-toolchain-snapshot_3.4~svn185325/clang/lib/Driver/ToolChains.h +Index: llvm-toolchain-snapshot_3.4~svn188146/clang/lib/Driver/ToolChains.h =================================================================== ---- llvm-toolchain-snapshot_3.4~svn185325.orig/clang/lib/Driver/ToolChains.h 2013-07-01 13:27:32.000000000 +0200 -+++ llvm-toolchain-snapshot_3.4~svn185325/clang/lib/Driver/ToolChains.h 2013-07-01 13:27:32.000000000 +0200 -@@ -129,6 +129,8 @@ +--- llvm-toolchain-snapshot_3.4~svn188146.orig/clang/lib/Driver/ToolChains.h 2013-08-11 10:01:29.732734829 +0200 ++++ llvm-toolchain-snapshot_3.4~svn188146/clang/lib/Driver/ToolChains.h 2013-08-11 10:01:29.728734830 +0200 +@@ -141,6 +141,8 @@ virtual bool isPICDefault() const; virtual bool isPIEDefault() const; virtual bool isPICDefaultForced() const; @@ -11,10 +11,10 @@ Index: llvm-toolchain-snapshot_3.4~svn185325/clang/lib/Driver/ToolChains.h protected: virtual Tool *getTool(Action::ActionClass AC) const; -Index: llvm-toolchain-snapshot_3.4~svn185325/clang/lib/Driver/ToolChains.cpp +Index: llvm-toolchain-snapshot_3.4~svn188146/clang/lib/Driver/ToolChains.cpp =================================================================== ---- llvm-toolchain-snapshot_3.4~svn185325.orig/clang/lib/Driver/ToolChains.cpp 2013-07-01 13:27:32.000000000 +0200 -+++ llvm-toolchain-snapshot_3.4~svn185325/clang/lib/Driver/ToolChains.cpp 2013-07-01 13:27:32.000000000 +0200 +--- llvm-toolchain-snapshot_3.4~svn188146.orig/clang/lib/Driver/ToolChains.cpp 2013-08-11 10:01:29.732734829 +0200 ++++ llvm-toolchain-snapshot_3.4~svn188146/clang/lib/Driver/ToolChains.cpp 2013-08-11 10:01:29.728734830 +0200 @@ -942,6 +942,13 @@ return GoodVersion; } @@ -27,5 +27,5 @@ Index: llvm-toolchain-snapshot_3.4~svn185325/clang/lib/Driver/ToolChains.cpp +} + /// \brief Less-than for GCCVersion, implementing a Strict Weak Ordering. - bool Generic_GCC::GCCVersion::operator<(const GCCVersion &RHS) const { - if (Major != RHS.Major) + bool Generic_GCC::GCCVersion::isOlderThan(int RHSMajor, int RHSMinor, + int RHSPatch, diff --git a/debian/patches/31-powerpcspe.diff b/debian/patches/31-powerpcspe.diff index c88031a1..8391e2d9 100644 --- a/debian/patches/31-powerpcspe.diff +++ b/debian/patches/31-powerpcspe.diff @@ -1,7 +1,7 @@ -Index: llvm-toolchain-snapshot_3.4~svn185325/clang/lib/Lex/Makefile +Index: llvm-toolchain-snapshot_3.4~svn188146/clang/lib/Lex/Makefile =================================================================== ---- llvm-toolchain-snapshot_3.4~svn185325.orig/clang/lib/Lex/Makefile 2013-07-01 13:28:43.000000000 +0200 -+++ llvm-toolchain-snapshot_3.4~svn185325/clang/lib/Lex/Makefile 2013-07-01 13:28:43.000000000 +0200 +--- llvm-toolchain-snapshot_3.4~svn188146.orig/clang/lib/Lex/Makefile 2013-08-11 10:01:34.908734698 +0200 ++++ llvm-toolchain-snapshot_3.4~svn188146/clang/lib/Lex/Makefile 2013-08-11 10:01:34.908734698 +0200 @@ -17,8 +17,10 @@ LIBRARYNAME := clangLex diff --git a/debian/patches/33-armhf-defaults.diff b/debian/patches/33-armhf-defaults.diff index f588db96..2fdfe979 100644 --- a/debian/patches/33-armhf-defaults.diff +++ b/debian/patches/33-armhf-defaults.diff @@ -18,11 +18,11 @@ Forwarded: Reviewed-By: Last-Update: -Index: llvm-toolchain-snapshot_3.4~svn185325/clang/lib/Driver/Tools.cpp +Index: llvm-toolchain-snapshot_3.4~svn188146/clang/lib/Driver/Tools.cpp =================================================================== ---- llvm-toolchain-snapshot_3.4~svn185325.orig/clang/lib/Driver/Tools.cpp 2013-07-01 13:28:44.000000000 +0200 -+++ llvm-toolchain-snapshot_3.4~svn185325/clang/lib/Driver/Tools.cpp 2013-07-01 13:28:44.000000000 +0200 -@@ -492,6 +492,9 @@ +--- llvm-toolchain-snapshot_3.4~svn188146.orig/clang/lib/Driver/Tools.cpp 2013-08-11 10:01:35.492734685 +0200 ++++ llvm-toolchain-snapshot_3.4~svn188146/clang/lib/Driver/Tools.cpp 2013-08-11 10:01:35.488734686 +0200 +@@ -491,6 +491,9 @@ if (Arg *A = Args.getLastArg(options::OPT_march_EQ)) { // Otherwise, if we have -march= choose the base CPU for that arch. MArch = A->getValue(); diff --git a/debian/patches/34-powerpc-no-altivec.diff b/debian/patches/34-powerpc-no-altivec.diff index 57cf0441..85682528 100644 --- a/debian/patches/34-powerpc-no-altivec.diff +++ b/debian/patches/34-powerpc-no-altivec.diff @@ -6,10 +6,10 @@ Reviewed-By: Colin Watson Last-Update: 2013-04-01 -Index: llvm-toolchain-snapshot_3.4~svn185325/clang/lib/Lex/Makefile +Index: llvm-toolchain-snapshot_3.4~svn188146/clang/lib/Lex/Makefile =================================================================== ---- llvm-toolchain-snapshot_3.4~svn185325.orig/clang/lib/Lex/Makefile 2013-07-01 13:28:48.000000000 +0200 -+++ llvm-toolchain-snapshot_3.4~svn185325/clang/lib/Lex/Makefile 2013-07-01 13:28:48.000000000 +0200 +--- llvm-toolchain-snapshot_3.4~svn188146.orig/clang/lib/Lex/Makefile 2013-08-11 10:01:36.348734664 +0200 ++++ llvm-toolchain-snapshot_3.4~svn188146/clang/lib/Lex/Makefile 2013-08-11 10:01:36.344734663 +0200 @@ -16,11 +16,5 @@ LIBRARYNAME := clangLex diff --git a/debian/patches/clang-format-version.diff b/debian/patches/clang-format-version.diff index 3c782d67..561a6e69 100644 --- a/debian/patches/clang-format-version.diff +++ b/debian/patches/clang-format-version.diff @@ -1,8 +1,8 @@ -Index: llvm-toolchain-snapshot_3.4~svn185325/clang/tools/clang-format/clang-format.py +Index: llvm-toolchain-snapshot_3.4~svn188146/clang/tools/clang-format/clang-format.py =================================================================== ---- llvm-toolchain-snapshot_3.4~svn185325.orig/clang/tools/clang-format/clang-format.py 2013-07-01 13:31:50.000000000 +0200 -+++ llvm-toolchain-snapshot_3.4~svn185325/clang/tools/clang-format/clang-format.py 2013-07-01 13:31:50.000000000 +0200 -@@ -23,7 +23,7 @@ +--- llvm-toolchain-snapshot_3.4~svn188146.orig/clang/tools/clang-format/clang-format.py 2013-08-11 10:01:37.348734638 +0200 ++++ llvm-toolchain-snapshot_3.4~svn188146/clang/tools/clang-format/clang-format.py 2013-08-11 10:01:37.348734638 +0200 +@@ -24,7 +24,7 @@ import vim # Change this to the full path if clang-format is not on the path. @@ -11,10 +11,10 @@ Index: llvm-toolchain-snapshot_3.4~svn185325/clang/tools/clang-format/clang-form # Change this to format according to other formatting styles (see # clang-format -help) -Index: llvm-toolchain-snapshot_3.4~svn185325/clang/tools/clang-format/clang-format-diff.py +Index: llvm-toolchain-snapshot_3.4~svn188146/clang/tools/clang-format/clang-format-diff.py =================================================================== ---- llvm-toolchain-snapshot_3.4~svn185325.orig/clang/tools/clang-format/clang-format-diff.py 2013-07-01 13:31:50.000000000 +0200 -+++ llvm-toolchain-snapshot_3.4~svn185325/clang/tools/clang-format/clang-format-diff.py 2013-07-01 13:31:50.000000000 +0200 +--- llvm-toolchain-snapshot_3.4~svn188146.orig/clang/tools/clang-format/clang-format-diff.py 2013-08-11 10:01:37.348734638 +0200 ++++ llvm-toolchain-snapshot_3.4~svn188146/clang/tools/clang-format/clang-format-diff.py 2013-08-11 10:01:37.348734638 +0200 @@ -28,7 +28,7 @@ @@ -24,10 +24,10 @@ Index: llvm-toolchain-snapshot_3.4~svn185325/clang/tools/clang-format/clang-form def getOffsetLength(filename, line_number, line_count): -Index: llvm-toolchain-snapshot_3.4~svn185325/clang/tools/clang-format/clang-format.el +Index: llvm-toolchain-snapshot_3.4~svn188146/clang/tools/clang-format/clang-format.el =================================================================== ---- llvm-toolchain-snapshot_3.4~svn185325.orig/clang/tools/clang-format/clang-format.el 2013-07-01 13:31:50.000000000 +0200 -+++ llvm-toolchain-snapshot_3.4~svn185325/clang/tools/clang-format/clang-format.el 2013-07-01 13:31:50.000000000 +0200 +--- llvm-toolchain-snapshot_3.4~svn188146.orig/clang/tools/clang-format/clang-format.el 2013-08-11 10:01:37.348734638 +0200 ++++ llvm-toolchain-snapshot_3.4~svn188146/clang/tools/clang-format/clang-format.el 2013-08-11 10:01:37.348734638 +0200 @@ -13,7 +13,7 @@ ;; *Location of the clang-format binary. If it is on your PATH, a full path name diff --git a/debian/patches/declare_clear_cache.diff b/debian/patches/declare_clear_cache.diff index 1a8460a9..cb9d3c80 100644 --- a/debian/patches/declare_clear_cache.diff +++ b/debian/patches/declare_clear_cache.diff @@ -1,7 +1,7 @@ -Index: llvm-toolchain-snapshot_3.4~svn185325/lib/Support/Unix/Memory.inc +Index: llvm-toolchain-snapshot_3.4~svn188146/lib/Support/Unix/Memory.inc =================================================================== ---- llvm-toolchain-snapshot_3.4~svn185325.orig/lib/Support/Unix/Memory.inc 2013-07-01 13:28:43.000000000 +0200 -+++ llvm-toolchain-snapshot_3.4~svn185325/lib/Support/Unix/Memory.inc 2013-07-01 13:28:43.000000000 +0200 +--- llvm-toolchain-snapshot_3.4~svn188146.orig/lib/Support/Unix/Memory.inc 2013-08-11 10:01:34.452734709 +0200 ++++ llvm-toolchain-snapshot_3.4~svn188146/lib/Support/Unix/Memory.inc 2013-08-11 10:01:34.448734709 +0200 @@ -336,7 +336,7 @@ // FIXME: Can we safely always call this for __GNUC__ everywhere? const char *Start = static_cast(Addr); diff --git a/debian/patches/ia64-fix.diff b/debian/patches/ia64-fix.diff index d584b97d..8f3a83ba 100644 --- a/debian/patches/ia64-fix.diff +++ b/debian/patches/ia64-fix.diff @@ -1,7 +1,7 @@ -Index: llvm-toolchain-snapshot_3.4~svn185325/lib/ExecutionEngine/JIT/JIT.cpp +Index: llvm-toolchain-snapshot_3.4~svn188146/lib/ExecutionEngine/JIT/JIT.cpp =================================================================== ---- llvm-toolchain-snapshot_3.4~svn185325.orig/lib/ExecutionEngine/JIT/JIT.cpp 2013-07-01 13:28:56.000000000 +0200 -+++ llvm-toolchain-snapshot_3.4~svn185325/lib/ExecutionEngine/JIT/JIT.cpp 2013-07-01 13:28:56.000000000 +0200 +--- llvm-toolchain-snapshot_3.4~svn188146.orig/lib/ExecutionEngine/JIT/JIT.cpp 2013-08-11 10:01:36.848734651 +0200 ++++ llvm-toolchain-snapshot_3.4~svn188146/lib/ExecutionEngine/JIT/JIT.cpp 2013-08-11 10:01:36.848734651 +0200 @@ -68,7 +68,7 @@ } @@ -11,10 +11,10 @@ Index: llvm-toolchain-snapshot_3.4~svn185325/lib/ExecutionEngine/JIT/JIT.cpp !defined(__USING_SJLJ_EXCEPTIONS__)) #define HAVE_EHTABLE_SUPPORT 1 #else -Index: llvm-toolchain-snapshot_3.4~svn185325/lldb/source/Plugins/Process/Linux/ProcessMonitor.cpp +Index: llvm-toolchain-snapshot_3.4~svn188146/lldb/source/Plugins/Process/Linux/ProcessMonitor.cpp =================================================================== ---- llvm-toolchain-snapshot_3.4~svn185325.orig/lldb/source/Plugins/Process/Linux/ProcessMonitor.cpp 2013-07-01 13:28:56.000000000 +0200 -+++ llvm-toolchain-snapshot_3.4~svn185325/lldb/source/Plugins/Process/Linux/ProcessMonitor.cpp 2013-07-01 13:28:56.000000000 +0200 +--- llvm-toolchain-snapshot_3.4~svn188146.orig/lldb/source/Plugins/Process/Linux/ProcessMonitor.cpp 2013-08-11 10:01:36.848734651 +0200 ++++ llvm-toolchain-snapshot_3.4~svn188146/lldb/source/Plugins/Process/Linux/ProcessMonitor.cpp 2013-08-11 10:01:36.848734651 +0200 @@ -115,12 +115,14 @@ verbose_log->Printf("PTRACE_SETREGS %s", buf.GetData()); break; @@ -54,10 +54,10 @@ Index: llvm-toolchain-snapshot_3.4~svn185325/lldb/source/Plugins/Process/Linux/P m_result = true; } -Index: llvm-toolchain-snapshot_3.4~svn185325/lib/ExecutionEngine/RTDyldMemoryManager.cpp +Index: llvm-toolchain-snapshot_3.4~svn188146/lib/ExecutionEngine/RTDyldMemoryManager.cpp =================================================================== ---- llvm-toolchain-snapshot_3.4~svn185325.orig/lib/ExecutionEngine/RTDyldMemoryManager.cpp 2013-06-04 11:09:15.000000000 +0200 -+++ llvm-toolchain-snapshot_3.4~svn185325/lib/ExecutionEngine/RTDyldMemoryManager.cpp 2013-07-01 13:31:45.000000000 +0200 +--- llvm-toolchain-snapshot_3.4~svn188146.orig/lib/ExecutionEngine/RTDyldMemoryManager.cpp 2013-08-11 10:01:36.848734651 +0200 ++++ llvm-toolchain-snapshot_3.4~svn188146/lib/ExecutionEngine/RTDyldMemoryManager.cpp 2013-08-11 10:01:36.848734651 +0200 @@ -33,7 +33,7 @@ RTDyldMemoryManager::~RTDyldMemoryManager() {} diff --git a/debian/patches/kfreebsd.diff b/debian/patches/kfreebsd.diff index ad1887a3..e40c17ae 100644 --- a/debian/patches/kfreebsd.diff +++ b/debian/patches/kfreebsd.diff @@ -1,8 +1,8 @@ -Index: llvm-toolchain-snapshot_3.4~svn185325/lldb/source/Core/Mangled.cpp +Index: llvm-toolchain-snapshot_3.4~svn188146/lldb/source/Core/Mangled.cpp =================================================================== ---- llvm-toolchain-snapshot_3.4~svn185325.orig/lldb/source/Core/Mangled.cpp 2013-07-01 13:32:01.000000000 +0200 -+++ llvm-toolchain-snapshot_3.4~svn185325/lldb/source/Core/Mangled.cpp 2013-07-01 13:32:01.000000000 +0200 -@@ -31,6 +31,7 @@ +--- llvm-toolchain-snapshot_3.4~svn188146.orig/lldb/source/Core/Mangled.cpp 2013-08-11 10:01:37.940734621 +0200 ++++ llvm-toolchain-snapshot_3.4~svn188146/lldb/source/Core/Mangled.cpp 2013-08-11 10:01:37.940734621 +0200 +@@ -23,6 +23,7 @@ #include #include #include diff --git a/debian/patches/kfreebsd_ptrace_kludge.diff b/debian/patches/kfreebsd_ptrace_kludge.diff index 52ad03ca..0954a968 100644 --- a/debian/patches/kfreebsd_ptrace_kludge.diff +++ b/debian/patches/kfreebsd_ptrace_kludge.diff @@ -1,7 +1,7 @@ -Index: llvm-toolchain-snapshot_3.4~svn185325/lldb/source/Host/freebsd/Host.cpp +Index: llvm-toolchain-snapshot_3.4~svn188146/lldb/source/Host/freebsd/Host.cpp =================================================================== ---- llvm-toolchain-snapshot_3.4~svn185325.orig/lldb/source/Host/freebsd/Host.cpp 2013-07-01 13:32:48.000000000 +0200 -+++ llvm-toolchain-snapshot_3.4~svn185325/lldb/source/Host/freebsd/Host.cpp 2013-07-01 13:32:48.000000000 +0200 +--- llvm-toolchain-snapshot_3.4~svn188146.orig/lldb/source/Host/freebsd/Host.cpp 2013-08-11 10:01:39.192734591 +0200 ++++ llvm-toolchain-snapshot_3.4~svn188146/lldb/source/Host/freebsd/Host.cpp 2013-08-11 10:01:39.188734591 +0200 @@ -20,6 +20,35 @@ #include #include @@ -38,11 +38,11 @@ Index: llvm-toolchain-snapshot_3.4~svn185325/lldb/source/Host/freebsd/Host.cpp // C++ Includes // Other libraries and framework includes -Index: llvm-toolchain-snapshot_3.4~svn185325/lldb/source/Plugins/Process/FreeBSD/ProcessMonitor.cpp +Index: llvm-toolchain-snapshot_3.4~svn188146/lldb/source/Plugins/Process/FreeBSD/ProcessMonitor.cpp =================================================================== ---- llvm-toolchain-snapshot_3.4~svn185325.orig/lldb/source/Plugins/Process/FreeBSD/ProcessMonitor.cpp 2013-07-01 13:32:48.000000000 +0200 -+++ llvm-toolchain-snapshot_3.4~svn185325/lldb/source/Plugins/Process/FreeBSD/ProcessMonitor.cpp 2013-07-01 13:32:48.000000000 +0200 -@@ -18,6 +18,36 @@ +--- llvm-toolchain-snapshot_3.4~svn188146.orig/lldb/source/Plugins/Process/FreeBSD/ProcessMonitor.cpp 2013-08-11 10:01:39.192734591 +0200 ++++ llvm-toolchain-snapshot_3.4~svn188146/lldb/source/Plugins/Process/FreeBSD/ProcessMonitor.cpp 2013-08-11 10:01:39.188734591 +0200 +@@ -19,6 +19,36 @@ #include #include diff --git a/debian/patches/mipsel-ftbfs.diff b/debian/patches/mipsel-ftbfs.diff index 26a15d01..ccc4891a 100644 --- a/debian/patches/mipsel-ftbfs.diff +++ b/debian/patches/mipsel-ftbfs.diff @@ -1,7 +1,7 @@ -Index: llvm-toolchain-snapshot_3.4~svn185325/lldb/source/Plugins/Process/Linux/LinuxSignals.cpp +Index: llvm-toolchain-snapshot_3.4~svn188146/lldb/source/Plugins/Process/Linux/LinuxSignals.cpp =================================================================== ---- llvm-toolchain-snapshot_3.4~svn185325.orig/lldb/source/Plugins/Process/Linux/LinuxSignals.cpp 2013-07-01 13:32:46.000000000 +0200 -+++ llvm-toolchain-snapshot_3.4~svn185325/lldb/source/Plugins/Process/Linux/LinuxSignals.cpp 2013-07-01 13:32:46.000000000 +0200 +--- llvm-toolchain-snapshot_3.4~svn188146.orig/lldb/source/Plugins/Process/Linux/LinuxSignals.cpp 2013-08-11 10:01:38.656734602 +0200 ++++ llvm-toolchain-snapshot_3.4~svn188146/lldb/source/Plugins/Process/Linux/LinuxSignals.cpp 2013-08-11 10:01:38.652734602 +0200 @@ -45,7 +45,9 @@ ADDSIGNAL(PIPE, false, true, true, "write to pipe with reading end closed"); ADDSIGNAL(ALRM, false, false, true, "alarm"); @@ -12,10 +12,10 @@ Index: llvm-toolchain-snapshot_3.4~svn185325/lldb/source/Plugins/Process/Linux/L 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~svn185325/lldb/source/Plugins/Process/Utility/RegisterContextMacOSXFrameBackchain.cpp +Index: llvm-toolchain-snapshot_3.4~svn188146/lldb/source/Plugins/Process/Utility/RegisterContextMacOSXFrameBackchain.cpp =================================================================== ---- llvm-toolchain-snapshot_3.4~svn185325.orig/lldb/source/Plugins/Process/Utility/RegisterContextMacOSXFrameBackchain.cpp 2013-07-01 13:32:46.000000000 +0200 -+++ llvm-toolchain-snapshot_3.4~svn185325/lldb/source/Plugins/Process/Utility/RegisterContextMacOSXFrameBackchain.cpp 2013-07-01 13:32:46.000000000 +0200 +--- llvm-toolchain-snapshot_3.4~svn188146.orig/lldb/source/Plugins/Process/Utility/RegisterContextMacOSXFrameBackchain.cpp 2013-08-11 10:01:38.656734602 +0200 ++++ llvm-toolchain-snapshot_3.4~svn188146/lldb/source/Plugins/Process/Utility/RegisterContextMacOSXFrameBackchain.cpp 2013-08-11 10:01:38.652734602 +0200 @@ -149,7 +149,7 @@ // TOOD: need a better way to detect when "long double" types are diff --git a/debian/patches/profile_rt.diff b/debian/patches/profile_rt.diff index 8e3acffe..0ea3201f 100644 --- a/debian/patches/profile_rt.diff +++ b/debian/patches/profile_rt.diff @@ -1,7 +1,7 @@ -Index: llvm-toolchain-snapshot_3.4~svn185325/clang/lib/Driver/Tools.cpp +Index: llvm-toolchain-snapshot_3.4~svn188146/clang/lib/Driver/Tools.cpp =================================================================== ---- llvm-toolchain-snapshot_3.4~svn185325.orig/clang/lib/Driver/Tools.cpp 2013-07-01 13:27:29.000000000 +0200 -+++ llvm-toolchain-snapshot_3.4~svn185325/clang/lib/Driver/Tools.cpp 2013-07-01 13:27:29.000000000 +0200 +--- llvm-toolchain-snapshot_3.4~svn188146.orig/clang/lib/Driver/Tools.cpp 2013-08-11 10:01:29.288734842 +0200 ++++ llvm-toolchain-snapshot_3.4~svn188146/clang/lib/Driver/Tools.cpp 2013-08-11 10:01:29.284734844 +0200 @@ -34,6 +34,7 @@ #include "llvm/Support/Program.h" #include "llvm/Support/Process.h" diff --git a/debian/patches/scan-build-clang-path.diff b/debian/patches/scan-build-clang-path.diff index 72ca4902..03f19a1d 100644 --- a/debian/patches/scan-build-clang-path.diff +++ b/debian/patches/scan-build-clang-path.diff @@ -1,7 +1,7 @@ -Index: llvm-toolchain-snapshot_3.4~svn185325/clang/tools/scan-build/scan-build +Index: llvm-toolchain-snapshot_3.4~svn188146/clang/tools/scan-build/scan-build =================================================================== ---- llvm-toolchain-snapshot_3.4~svn185325.orig/clang/tools/scan-build/scan-build 2013-07-01 13:28:41.000000000 +0200 -+++ llvm-toolchain-snapshot_3.4~svn185325/clang/tools/scan-build/scan-build 2013-07-01 13:28:41.000000000 +0200 +--- llvm-toolchain-snapshot_3.4~svn188146.orig/clang/tools/scan-build/scan-build 2013-08-11 10:01:33.484734737 +0200 ++++ llvm-toolchain-snapshot_3.4~svn188146/clang/tools/scan-build/scan-build 2013-08-11 10:01:33.480734737 +0200 @@ -1538,7 +1538,7 @@ # Find 'clang' diff --git a/debian/patches/unwind-chain-inclusion.diff b/debian/patches/unwind-chain-inclusion.diff index b971d8bc..a2854130 100644 --- a/debian/patches/unwind-chain-inclusion.diff +++ b/debian/patches/unwind-chain-inclusion.diff @@ -4,10 +4,10 @@ # Because of the #ifndef __CLANG_UNWIND_H, it might never include any declaration # from the system. -Index: llvm-toolchain-snapshot-3.4~svn185351/clang/lib/Headers/unwind.h +Index: llvm-toolchain-snapshot_3.4~svn188146/clang/lib/Headers/unwind.h =================================================================== ---- llvm-toolchain-snapshot-3.4~svn185351.orig/clang/lib/Headers/unwind.h 2013-07-05 10:05:52.000000000 +0200 -+++ llvm-toolchain-snapshot-3.4~svn185351/clang/lib/Headers/unwind.h 2013-07-05 10:06:31.000000000 +0200 +--- llvm-toolchain-snapshot_3.4~svn188146.orig/clang/lib/Headers/unwind.h 2013-08-11 10:01:40.960734544 +0200 ++++ llvm-toolchain-snapshot_3.4~svn188146/clang/lib/Headers/unwind.h 2013-08-11 10:01:40.956734544 +0200 @@ -23,9 +23,6 @@ /* See "Data Definitions for libgcc_s" in the Linux Standard Base.*/