|
From: <sv...@va...> - 2005-12-07 00:00:45
|
Author: njn
Date: 2005-12-07 00:00:36 +0000 (Wed, 07 Dec 2005)
New Revision: 5306
Log:
Removed Addrcheck. It's not necessary in a world where Memcheck has a
shadow memory overhead of only 25% and has an
--undef-value-errors=3Dno option.
Removed:
branches/COMPVBITS/addrcheck/
Modified:
branches/COMPVBITS/Makefile.am
branches/COMPVBITS/configure.in
Modified: branches/COMPVBITS/Makefile.am
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- branches/COMPVBITS/Makefile.am 2005-12-06 23:53:12 UTC (rev 5305)
+++ branches/COMPVBITS/Makefile.am 2005-12-07 00:00:36 UTC (rev 5306)
@@ -3,21 +3,17 @@
=20
include $(top_srcdir)/Makefile.all.am=20
=20
-## addrcheck must come after memcheck, for mac_*.o
TOOLS =3D memcheck \
cachegrind \
massif \
lackey \
none
=20
-## addrcheck \
-
# Temporary: we want to compile Helgrind, but not regtest it.
-# And we want to include Addrcheck in the distro, but not compile/test i=
t.
# Put docs last because building the HTML is slow and we want to get
# everything else working before we try it.
SUBDIRS =3D include coregrind . tests auxprogs $(TOOLS) helgrind docs
-DIST_SUBDIRS =3D $(SUBDIRS) addrcheck
+DIST_SUBDIRS =3D $(SUBDIRS)
=20
SUPP_FILES =3D \
glibc-2.2.supp glibc-2.3.supp glibc-2.4.supp \
Modified: branches/COMPVBITS/configure.in
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- branches/COMPVBITS/configure.in 2005-12-06 23:53:12 UTC (rev 5305)
+++ branches/COMPVBITS/configure.in 2005-12-07 00:00:36 UTC (rev 5306)
@@ -477,9 +477,6 @@
include/Makefile=20
auxprogs/Makefile
coregrind/Makefile=20
- addrcheck/Makefile
- addrcheck/tests/Makefile
- addrcheck/docs/Makefile
memcheck/Makefile
memcheck/tests/Makefile
memcheck/tests/amd64/Makefile
|