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

This commit is contained in:
Mark Wielaard 2012-09-21 13:02:36 +02:00
parent b8b0f52207
commit 3bd4891b32
2 changed files with 2 additions and 6 deletions

View File

@ -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,

View File

@ -330,6 +330,7 @@ echo ===============END TESTING===============
* Fri Sep 20 2012 Mark Wielaard <mjw@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@redhat.com> 3.8.1-1
- Add partial backport of upstream revision 12884