From: Nicholas Nethercote Date: Thu, 6 Apr 2006 13:29:18 +0000 (+0000) Subject: update X-Git-Tag: svn/VALGRIND_3_2_0~131 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a252259f401818a82a989e5dbceb747b57ba6c95;p=thirdparty%2Fvalgrind.git update git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5828 --- diff --git a/docs/internals/roadmap.txt b/docs/internals/roadmap.txt index c410c412dc..e00dd17cd9 100644 --- a/docs/internals/roadmap.txt +++ b/docs/internals/roadmap.txt @@ -41,7 +41,10 @@ Smaller things * Expose some of m_redir's functionality to tools so that Memcheck can replace strlen/strcmp on PPC32 (remove the 3.1.0 hack for this which checked in m_redir.c if the current tool was Memcheck). - + [Won't bother. The fix is worse than the problem it's trying to solve; + the issue is that the replacement functions are in m_trampoline.S and must + be between VG_(trampoline_stuff_start) and VG_(trampoline_stuff_end) for + arcane reasons and moving them into a tool-visible place is a pain.] ----------------------------------------------------------------------------- 3.1.1