]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Patch 6 in a revised series of cleanup patches from Will Schmidt
authorCarl Love <cel@us.ibm.com>
Fri, 15 May 2015 16:50:06 +0000 (16:50 +0000)
committerCarl Love <cel@us.ibm.com>
Fri, 15 May 2015 16:50:06 +0000 (16:50 +0000)
commit1a62d8a4650a0808abb6d0386336a03342aeaecf
tree5e08dd73502bc317d47e8878aed4316ede2aca43
parent758450e6231866124af2c6628f886d505521c969
Patch 6 in a revised series of cleanup patches from Will Schmidt

    Fix multipleinheritance heuristic for ppc64LE (leak_cpp_interior test).
    Adjust the PPC64 #ifdiffery to indicate that ppc64BE uses a thunk table,
    but ppc64LE (in particular, the ELF ABIV2) does not.  In this case, thunk
    table == function descriptors.

Signed-off-by: Will Schmidt <will_schmidt@vnet.ibm.com>
    --

    This patch replaces the previously posted "[6/7] add leak_cpp_interior
    test .exp results ....."

This patch fixes Vagrind bugzilla 347686

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15238
memcheck/mc_leakcheck.c