]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
update
authorNicholas Nethercote <njn@valgrind.org>
Thu, 6 Apr 2006 13:29:18 +0000 (13:29 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Thu, 6 Apr 2006 13:29:18 +0000 (13:29 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5828

docs/internals/roadmap.txt

index c410c412dc2bb8f0ed98d2cfa18fb92f49424364..e00dd17cd9f93e90ae3f23bc496fa498c9f8370a 100644 (file)
@@ -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