|
From: <sv...@va...> - 2005-12-07 00:04:24
|
Author: njn Date: 2005-12-07 00:04:22 +0000 (Wed, 07 Dec 2005) New Revision: 5307 Log: Remove some random references to Addrcheck. Modified: branches/COMPVBITS/include/pub_tool_signals.h branches/COMPVBITS/memcheck/tests/addressable.c branches/COMPVBITS/memcheck/tests/x86/scalar.c Modified: branches/COMPVBITS/include/pub_tool_signals.h =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/include/pub_tool_signals.h 2005-12-07 00:00:36 UTC= (rev 5306) +++ branches/COMPVBITS/include/pub_tool_signals.h 2005-12-07 00:04:22 UTC= (rev 5307) @@ -36,8 +36,8 @@ // not expected to return. // // It's frustrating that we need this header for a single function used -// only by Memcheck and Addrcheck during leak checking. We should find -// a way to remove the need for this file. +// only by Memcheck during leak checking. We should find a way to remov= e +// the need for this file. extern void VG_(set_fault_catcher)(void (*catcher)(Int sig, Addr addr)); =20 #endif // __PUB_TOOL_SIGNALS_H Modified: branches/COMPVBITS/memcheck/tests/addressable.c =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/memcheck/tests/addressable.c 2005-12-07 00:00:36 U= TC (rev 5306) +++ branches/COMPVBITS/memcheck/tests/addressable.c 2005-12-07 00:04:22 U= TC (rev 5307) @@ -47,7 +47,7 @@ =20 VALGRIND_CHECK_READABLE(&m[pgsz*2], pgsz); /* undefined */ =20 - /* XXX need an memcheck/addrcheck request to test addressability */ + /* XXX need a memcheck request to test addressability */ m[pgsz*2] =3D 'x'; /* unmapped fault */ } =20 Modified: branches/COMPVBITS/memcheck/tests/x86/scalar.c =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/memcheck/tests/x86/scalar.c 2005-12-07 00:00:36 UT= C (rev 5306) +++ branches/COMPVBITS/memcheck/tests/x86/scalar.c 2005-12-07 00:04:22 UT= C (rev 5307) @@ -11,7 +11,7 @@ // Occasionally we have to be careful not to cause Valgrind to seg fault= in // its pre-syscall wrappers; it does so because it can't know in genera= l // when memory is unaddressable, and so tries to dereference it when doi= ng -// PRE_MEM_READ/PRE_MEM_WRITE calls. (Note that Memcheck and Addrcheck = will +// PRE_MEM_READ/PRE_MEM_WRITE calls. (Note that Memcheck will // always issue an error message immediately before these seg faults occ= ur). =20 //#include <asm/ipc.h> |