|
From: <sv...@va...> - 2009-07-24 19:35:05
|
Author: njn
Date: 2009-07-24 20:34:55 +0100 (Fri, 24 Jul 2009)
New Revision: 10596
Log:
DRD now works on Darwin!
Modified:
trunk/Makefile.am
trunk/NEWS
Modified: trunk/Makefile.am
===================================================================
--- trunk/Makefile.am 2009-07-24 19:09:52 UTC (rev 10595)
+++ trunk/Makefile.am 2009-07-24 19:34:55 UTC (rev 10596)
@@ -26,7 +26,8 @@
callgrind \
massif \
lackey \
- none
+ none \
+ drd
TEST_EXP_TOOLS = exp-bbv
endif
Modified: trunk/NEWS
===================================================================
--- trunk/NEWS 2009-07-24 19:09:52 UTC (rev 10595)
+++ trunk/NEWS 2009-07-24 19:34:55 UTC (rev 10596)
@@ -12,7 +12,7 @@
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
|