gecko-dev/build/debian-packages/valgrind-wheezy.diff

76 строки
3.3 KiB
Diff

diff -Nru valgrind-3.13.0/debian/patches/05_fix-callgrind_control.patch valgrind-3.14.0.git20180806/debian/patches/05_fix-callgrind_control.patch
--- valgrind-3.13.0/debian/patches/05_fix-callgrind_control.patch 2017-07-24 08:41:05.000000000 +0900
+++ valgrind-3.14.0.git20180806/debian/patches/05_fix-callgrind_control.patch 2018-08-10 16:00:19.142494503 +0900
@@ -7,9 +7,9 @@
--- a/callgrind/callgrind_control.in
+++ b/callgrind/callgrind_control.in
-@@ -29,7 +29,7 @@
+@@ -33,7 +33,7 @@
@pids = ();
- open LIST, "vgdb $vgdbPrefixOption -l|";
+ open LIST, $vgdb_exe . " $vgdbPrefixOption -l|";
while(<LIST>) {
- if (/^use --pid=(\d+) for \S*?valgrind\s+(.*?)\s*$/) {
+ if (/^use --pid=(\d+) for \S*?valgrind\.bin\s+(.*?)\s*$/) {
diff -Nru valgrind-3.13.0/debian/patches/07_fix-spelling-in-binary.patch valgrind-3.14.0.git20180806/debian/patches/07_fix-spelling-in-binary.patch
--- valgrind-3.13.0/debian/patches/07_fix-spelling-in-binary.patch 2017-07-24 08:41:05.000000000 +0900
+++ valgrind-3.14.0.git20180806/debian/patches/07_fix-spelling-in-binary.patch 2018-08-10 16:01:46.110793537 +0900
@@ -16,7 +16,7 @@
&& VKI_S_ISREG(stat_buf.mode)
--- a/coregrind/m_gdbserver/server.c
+++ b/coregrind/m_gdbserver/server.c
-@@ -254,7 +254,7 @@
+@@ -256,7 +256,7 @@
" Valgrind internal host status/memory\n"
" v.translate <addr> [<traceflags>] : debug translation of <addr> with <traceflags>\n"
" (default traceflags 0b00100000 : show after instrumentation)\n"
@@ -27,7 +27,7 @@
case 1: /* v.set */
--- a/VEX/priv/ir_defs.c
+++ b/VEX/priv/ir_defs.c
-@@ -4643,7 +4643,7 @@
+@@ -4698,7 +4698,7 @@
if (bb->stmts_used < 0 || bb->stmts_size < 8
|| bb->stmts_used > bb->stmts_size)
/* this BB is so strange we can't even print it */
@@ -60,7 +60,7 @@
" N-plicated elts\n");
--- a/coregrind/m_scheduler/scheduler.c
+++ b/coregrind/m_scheduler/scheduler.c
-@@ -2147,7 +2147,7 @@
+@@ -2208,7 +2208,7 @@
"to recompile such code, using the header files from this version of\n"
"Valgrind, and not any previous version.\n"
"\n"
@@ -71,7 +71,7 @@
" http://www.valgrind.org/support/bug_reports.html\n"
--- a/coregrind/m_xtree.c
+++ b/coregrind/m_xtree.c
-@@ -946,7 +946,7 @@
+@@ -961,7 +961,7 @@
FP("n%u: %llu %s\n", n_groups, top_total, header->top_node_desc);
/* Output depth 0 groups. */
diff -Nru valgrind-3.13.0/debian/patches/09_fix-armhf-detect.patch valgrind-3.14.0.git20180806/debian/patches/09_fix-armhf-detect.patch
--- valgrind-3.13.0/debian/patches/09_fix-armhf-detect.patch 2017-07-24 08:41:05.000000000 +0900
+++ valgrind-3.14.0.git20180806/debian/patches/09_fix-armhf-detect.patch 2018-08-10 16:02:01.462846319 +0900
@@ -6,7 +6,7 @@
--- a/configure.ac
+++ b/configure.ac
-@@ -234,7 +234,7 @@
+@@ -252,7 +252,7 @@
ARCH_MAX="s390x"
;;
diff -Nru valgrind-3.13.0/debian/patches/series valgrind-3.14.0.git20180806/debian/patches/series
--- valgrind-3.13.0/debian/patches/series 2017-07-24 08:41:05.000000000 +0900
+++ valgrind-3.14.0.git20180806/debian/patches/series 2018-08-10 15:59:43.434371705 +0900
@@ -2,5 +2,4 @@
04_workaround-SIGSEGV-on-PPC.patch
05_fix-callgrind_control.patch
07_fix-spelling-in-binary.patch
-08_fix-spelling-in-manpage.patch
09_fix-armhf-detect.patch