From: Nicholas Nethercote Date: Sat, 15 Oct 2005 16:53:04 +0000 (+0000) Subject: update roadmap X-Git-Tag: svn/VALGRIND_3_1_0~301 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c489c3e3e2f9fd14845a236494a796ab1fcaf112;p=thirdparty%2Fvalgrind.git update roadmap git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4931 --- diff --git a/docs/internals/roadmap.txt b/docs/internals/roadmap.txt index 0f4d571852..64daf92c12 100644 --- a/docs/internals/roadmap.txt +++ b/docs/internals/roadmap.txt @@ -25,18 +25,22 @@ Definite 4. With --trace-children=yes, allow 32-bit programs to exec 64-bit programs and vice versa, and invoke the appropriate Valgrind automatically. + [Underway, by Tom] * Get PPC32 working usably with Memcheck (Julian). Has already improved a lot since. Get Cachegrind working with it (Nick). + [Both almost there, by Julian] * Rewrite address space manager; statically link the core with - each tool; remove all glibc dependencies (Julian). [What about - --time-stamp=yes?] + each tool; remove all glibc dependencies (Julian). + [Done by Julian] + [What about --time-stamp=yes?] * Make it work with GCC 2.95 (bug #111781) -- don't put declarations after statements in blocks. Do it after merging ASPACEM with the trunk. -Wdeclaration-after-statement is the GCC warning that detects this, but it is only present in GCC after 3.4.0 (ie. not in 3.0.X--3.3.X)... + [Done by Tom and others] Maybe -----