[valgrind] Remove erroneous printf change from valgrind-3.8.1-abbrev-parsing.patch.

Mark Wielaard mjw at fedoraproject.org
Fri Sep 21 13:02:22 UTC 2012


commit 3bd4891b3237e045ddd73ed2790a784078fa4057
Author: Mark Wielaard <mjw at redhat.com>
Date:   Fri Sep 21 13:02:36 2012 +0200

    Remove erroneous printf change from valgrind-3.8.1-abbrev-parsing.patch.

 valgrind-3.8.1-abbrev-parsing.patch |    7 +------
 valgrind.spec                       |    1 +
 2 files changed, 2 insertions(+), 6 deletions(-)
---
diff --git a/valgrind-3.8.1-abbrev-parsing.patch b/valgrind-3.8.1-abbrev-parsing.patch
index a12dc82..05116ad 100644
--- a/valgrind-3.8.1-abbrev-parsing.patch
+++ b/valgrind-3.8.1-abbrev-parsing.patch
@@ -56,12 +56,7 @@ Index: coregrind/m_debuginfo/readdwarf.c
           /* Read entry definition */
           UInt  name, form;
           ULong cval = -1LL;  /* Constant value read */
-@@ -1226,9 +1232,9 @@
-       /* Fill ui with offset in .debug_line and compdir */
-       if (0)
-          VG_(printf)( "Reading UnitInfo at 0x%lx.....\n",
--                      block_img - debug_info_img + 0UL );
-+                      block_img - debug_info_img + 0UL, blklen, blklen_is_64 );
+@@ -1221,4 +1227,4 @@
        read_unitinfo_dwarf2( &ui, block_img, 
 -                                 debug_abbv_img, debug_str_img,
 +                                 debug_abbv_img, debug_abbv_sz, debug_str_img,
diff --git a/valgrind.spec b/valgrind.spec
index 79e742f..20625c7 100644
--- a/valgrind.spec
+++ b/valgrind.spec
@@ -330,6 +330,7 @@ echo ===============END TESTING===============
 * Fri Sep 20 2012 Mark Wielaard <mjw at redhat.com>
 - Add valgrind-3.8.1-gdbserver_tests-mcinvoke-ppc64.patch
 - Replace valgrind-3.8.1-cfi_dw_ops.patch with version as committed upstream.
+- Remove erroneous printf change from valgrind-3.8.1-abbrev-parsing.patch.
 
 * Thu Sep 20 2012 Mark Wielaard <mjw at redhat.com> 3.8.1-1
 - Add partial backport of upstream revision 12884


More information about the scm-commits mailing list