]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Fix up preload code so that on Android it doesn't try to call anything
authorJulian Seward <jseward@acm.org>
Tue, 12 Jul 2011 13:33:00 +0000 (13:33 +0000)
committerJulian Seward <jseward@acm.org>
Tue, 12 Jul 2011 13:33:00 +0000 (13:33 +0000)
commit5eabf446b44a05da7547337e2cec87246db9055d
tree887e61d5e3918f981b0967cd63e67a1285c76e90
parent1db7ec42dec38c28139f12fb3d44b44603ea78e5
Fix up preload code so that on Android it doesn't try to call anything
else -- that seems to give a runtime link failure.  In particular,
avoid calling _exit, getpagesize or __libc_freeres.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11887
coregrind/m_replacemalloc/vg_replace_malloc.c
coregrind/vg_preloaded.c
memcheck/mc_replace_strmem.c