summaryrefslogtreecommitdiffstats
path: root/patches/valgrind-3.11.0
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2015-10-12 12:08:50 +0200
committerMarc Kleine-Budde <mkl@pengutronix.de>2015-10-12 12:10:32 +0200
commit2d67a4f914ee23a0bec120f6f0833e9054e98445 (patch)
tree7ceecad43249bdb0d19bae04a1e0ad3f067a4546 /patches/valgrind-3.11.0
parentca9e716de05d73d7123ab5bc8cc0ec73db78e371 (diff)
downloadptxdist-2d67a4f914ee23a0bec120f6f0833e9054e98445.tar.gz
ptxdist-2d67a4f914ee23a0bec120f6f0833e9054e98445.tar.xz
valgrind: version bump to 3.11.0
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'patches/valgrind-3.11.0')
-rw-r--r--patches/valgrind-3.11.0/0001-configure.ac-allow-all-arm-don-t-restrict-to-armv7.patch24
-rw-r--r--patches/valgrind-3.11.0/0002-make-kernel-version-a-autoconf-cache-variable.patch36
l---------patches/valgrind-3.11.0/autogen.sh1
-rw-r--r--patches/valgrind-3.11.0/series5
4 files changed, 66 insertions, 0 deletions
diff --git a/patches/valgrind-3.11.0/0001-configure.ac-allow-all-arm-don-t-restrict-to-armv7.patch b/patches/valgrind-3.11.0/0001-configure.ac-allow-all-arm-don-t-restrict-to-armv7.patch
new file mode 100644
index 000000000..ab5144b7e
--- /dev/null
+++ b/patches/valgrind-3.11.0/0001-configure.ac-allow-all-arm-don-t-restrict-to-armv7.patch
@@ -0,0 +1,24 @@
+From: Marc Kleine-Budde <mkl@pengutronix.de>
+Date: Wed, 8 Jun 2011 00:58:59 +0200
+Subject: [PATCH] configure.ac: allow all arm, don't restrict to armv7
+
+Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
+[mol: change configure.ac not configure]
+Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
+---
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/configure.ac b/configure.ac
+index 8ab7f9b68cd5..cc70ed280192 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -234,7 +234,7 @@ case "${host_cpu}" in
+ ARCH_MAX="s390x"
+ ;;
+
+- armv7*)
++ arm*)
+ AC_MSG_RESULT([ok (${host_cpu})])
+ ARCH_MAX="arm"
+ ;;
diff --git a/patches/valgrind-3.11.0/0002-make-kernel-version-a-autoconf-cache-variable.patch b/patches/valgrind-3.11.0/0002-make-kernel-version-a-autoconf-cache-variable.patch
new file mode 100644
index 000000000..cb96d7cc3
--- /dev/null
+++ b/patches/valgrind-3.11.0/0002-make-kernel-version-a-autoconf-cache-variable.patch
@@ -0,0 +1,36 @@
+From: Michael Olbrich <m.olbrich@pengutronix.de>
+Date: Mon, 8 Aug 2011 08:57:32 +0200
+Subject: [PATCH] make kernel version a autoconf cache variable
+
+Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
+---
+ configure.ac | 11 ++++++-----
+ 1 file changed, 6 insertions(+), 5 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index cc70ed280192..9311718ba19a 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -328,16 +328,17 @@ case "${host_os}" in
+ # Ok, this is linux. Check the kernel version
+ AC_MSG_CHECKING([for the kernel version])
+
+- kernel=`uname -r`
++ AC_CACHE_VAL([valgrind_cv_sys_kernel_version],
++ [valgrind_cv_sys_kernel_version=`uname -r`])
+
+- case "${kernel}" in
++ case "${valgrind_cv_sys_kernel_version}" in
+ 0.*|1.*|2.0.*|2.1.*|2.2.*|2.3.*|2.4.*|2.5.*)
+- AC_MSG_RESULT([unsupported (${kernel})])
+- AC_MSG_ERROR([Valgrind needs a Linux kernel >= 2.6])
++ AC_MSG_RESULT([unsupported (${valgrind_cv_sys_kernel_version})])
++ AC_MSG_ERROR([Valgrind needs a Linux kernel >= 2.6])
+ ;;
+
+ *)
+- AC_MSG_RESULT([2.6 or later (${kernel})])
++ AC_MSG_RESULT([2.6 or later (${valgrind_cv_sys_kernel_version})])
+ ;;
+ esac
+
diff --git a/patches/valgrind-3.11.0/autogen.sh b/patches/valgrind-3.11.0/autogen.sh
new file mode 120000
index 000000000..9f8a4cb7d
--- /dev/null
+++ b/patches/valgrind-3.11.0/autogen.sh
@@ -0,0 +1 @@
+../autogen.sh \ No newline at end of file
diff --git a/patches/valgrind-3.11.0/series b/patches/valgrind-3.11.0/series
new file mode 100644
index 000000000..ce22fcaa7
--- /dev/null
+++ b/patches/valgrind-3.11.0/series
@@ -0,0 +1,5 @@
+# generated by git-ptx-patches
+#tag:base --start-number 1
+0001-configure.ac-allow-all-arm-don-t-restrict-to-armv7.patch
+0002-make-kernel-version-a-autoconf-cache-variable.patch
+# 740ad5fce41b58864cb7c18bfefd385a - git-ptx-patches magic