From 0aea3c35b33e94ab8b8a9ea486475055604750cd Mon Sep 17 00:00:00 2001 From: Nicholas Nethercote Date: Fri, 24 Jul 2009 19:34:55 +0000 Subject: [PATCH] DRD now works on Darwin! git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10596 --- Makefile.am | 3 ++- NEWS | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 9e99f993fb..cdb156738b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,7 +26,8 @@ else callgrind \ massif \ lackey \ - none + none \ + drd TEST_EXP_TOOLS = exp-bbv endif diff --git a/NEWS b/NEWS index 55a038450b..f517bd4b32 100644 --- a/NEWS +++ b/NEWS @@ -12,7 +12,7 @@ Release 3.5.0 (???) planned because it would require work and 10.4 is only becoming less common. Things that don't work: - - Helgrind, DRD and Ptrcheck + - Helgrind and Ptrcheck - Objective-C garbage collection - --db-attach=yes - Messages like the following indicate a mismatch between Valgrind's -- 2.47.3