This commit is contained in:
Jakub Jelinek 2012-05-07 13:59:51 +02:00
parent 45902a2efc
commit 9643d7042a
2 changed files with 5 additions and 3 deletions

View File

@ -213,11 +213,12 @@
UChar* debug_str_img, Word debug_str_sz ); /* .debug_str */
--- valgrind-3.7.0/coregrind/m_debuginfo/readdwarf3.c (revision 12490)
+++ valgrind-3.7.0/coregrind/m_debuginfo/readdwarf3.c (revision 12491)
@@ -140,6 +140,7 @@
@@ -140,6 +140,8 @@
#include "pub_core_libcassert.h"
#include "pub_core_libcprint.h"
#include "pub_core_libcsetjmp.h" // setjmp facilities
+#include "pub_core_hashtable.h"
+#include "pub_core_mallocfree.h"
#include "pub_core_options.h"
#include "pub_core_tooliface.h" /* VG_(needs) */
#include "pub_core_xarray.h"

View File

@ -1,7 +1,7 @@
Summary: Tool for finding memory management bugs in programs
Name: valgrind
Version: 3.7.0
Release: 3%{?dist}
Release: 4%{?dist}
Epoch: 1
License: GPLv2
URL: http://www.valgrind.org/
@ -125,6 +125,7 @@ for details.
%patch17 -p1
%patch18 -p1
%patch19 -p1
touch memcheck/tests/dw4.stdout.exp
%build
CC=gcc
@ -219,7 +220,7 @@ echo ===============END TESTING===============
%endif
%changelog
* Mon May 7 2012 Jakub Jelinek <jakub@redhat.com> 3.7.0-3
* Mon May 7 2012 Jakub Jelinek <jakub@redhat.com> 3.7.0-4
- adjust suppressions so that it works even with ld-2.15.so (#806854)
- handle DW_TAG_unspecified_type and DW_TAG_rvalue_reference_type
(#810284, KDE#278313)