]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
update
authorNicholas Nethercote <njn@valgrind.org>
Mon, 17 Sep 2007 00:41:18 +0000 (00:41 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Mon, 17 Sep 2007 00:41:18 +0000 (00:41 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@6840

NEWS

diff --git a/NEWS b/NEWS
index 622247e740c127e904698f14e3a5ce7f0ca3932c..ab7e296319d4bc8405a84a2aa384127f5088c532 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -26,6 +26,11 @@ Other user-visible changes:
   traces.  Second, a new option --trace-superblocks has been added, which
   shows the addresses of superblocks (code blocks) as they are executed.
 
+- Cachegrind now uses directory names where possible in its output files.
+  This means that the -I option to 'cg_annotate' should not be needed in
+  most cases.  It also means it can correctly handle the case where two
+  source files in different directories have the same name.
+
 Developer-visible changes:
 
 - New debugging command line options: --debug-dump, --trace-symtab-patt...