]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
add note
authorNicholas Nethercote <njn@valgrind.org>
Mon, 26 Sep 2005 14:50:39 +0000 (14:50 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Mon, 26 Sep 2005 14:50:39 +0000 (14:50 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4784

docs/internals/roadmap.txt

index 2fad28021a141b89611fa769074c997298dc1315..0f4d5718522e5a27ebce6ee87f2b2ffb091d7c0f 100644 (file)
@@ -30,7 +30,8 @@ Definite
   lot since.  Get Cachegrind working with it (Nick).
 
 * Rewrite address space manager;  statically link the core with
-  each tool;  remove all glibc dependencies (Julian).
+  each tool;  remove all glibc dependencies (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.