|
From: <sv...@va...> - 2009-08-14 13:47:56
|
Author: bart Date: 2009-08-14 14:40:47 +0100 (Fri, 14 Aug 2009) New Revision: 10815 Log: Made Valgrind compile again on 32-bit systems. Modified: trunk/helgrind/tests/Makefile.am Modified: trunk/helgrind/tests/Makefile.am =================================================================== --- trunk/helgrind/tests/Makefile.am 2009-08-14 13:25:38 UTC (rev 10814) +++ trunk/helgrind/tests/Makefile.am 2009-08-14 13:40:47 UTC (rev 10815) @@ -77,7 +77,6 @@ # should be conditionally compiled like tc20_verifywrap is. check_PROGRAMS = \ annotate_hbefore \ - annotate_rwlock \ hg01_all_ok \ hg02_deadlock \ hg03_inherit \ |