summaryrefslogtreecommitdiffstats
path: root/patches/valgrind-3.12.0
diff options
context:
space:
mode:
authorJuergen Borleis <jbe@pengutronix.de>2016-10-26 11:47:49 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-10-26 14:08:22 +0200
commit0b48bcaff69082dc40033bdcf611d5806cecc9d4 (patch)
treed2cad2e3c5c5eb1538ef231e3b70ec2c1bedb9a6 /patches/valgrind-3.12.0
parentc27c348fc3567e04af17b1780723776bc9871200 (diff)
downloadptxdist-0b48bcaff69082dc40033bdcf611d5806cecc9d4.tar.gz
ptxdist-0b48bcaff69082dc40033bdcf611d5806cecc9d4.tar.xz
valgrind: version bump to 3.12.0
Due to using this new release we can drop two backported patches. Signed-off-by: Juergen Borleis <jbe@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'patches/valgrind-3.12.0')
-rw-r--r--patches/valgrind-3.12.0/0001-configure.ac-allow-all-arm-don-t-restrict-to-armv7.patch24
-rw-r--r--patches/valgrind-3.12.0/0002-make-kernel-version-a-autoconf-cache-variable.patch36
l---------patches/valgrind-3.12.0/autogen.sh1
-rw-r--r--patches/valgrind-3.12.0/series5
4 files changed, 66 insertions, 0 deletions
diff --git a/patches/valgrind-3.12.0/0001-configure.ac-allow-all-arm-don-t-restrict-to-armv7.patch b/patches/valgrind-3.12.0/0001-configure.ac-allow-all-arm-don-t-restrict-to-armv7.patch
new file mode 100644
index 000000000..e6a57f657
--- /dev/null
+++ b/patches/valgrind-3.12.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 372871b87dc4..66375adccc2c 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.12.0/0002-make-kernel-version-a-autoconf-cache-variable.patch b/patches/valgrind-3.12.0/0002-make-kernel-version-a-autoconf-cache-variable.patch
new file mode 100644
index 000000000..7635e3bf9
--- /dev/null
+++ b/patches/valgrind-3.12.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 66375adccc2c..f00cf20fecab 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.12.0/autogen.sh b/patches/valgrind-3.12.0/autogen.sh
new file mode 120000
index 000000000..9f8a4cb7d
--- /dev/null
+++ b/patches/valgrind-3.12.0/autogen.sh
@@ -0,0 +1 @@
+../autogen.sh \ No newline at end of file
diff --git a/patches/valgrind-3.12.0/series b/patches/valgrind-3.12.0/series
new file mode 100644
index 000000000..ce22fcaa7
--- /dev/null
+++ b/patches/valgrind-3.12.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