From: Nicholas Nethercote Date: Thu, 2 Sep 2004 08:10:13 +0000 (+0000) Subject: Arch-abstraction: renamed "vg_include.h" as "core.h" (a few that I missed in X-Git-Tag: svn/VALGRIND_3_0_0~1638 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6a5de863896ea36b29bd99c4cdf02ac80b3b2d0e;p=thirdparty%2Fvalgrind.git Arch-abstraction: renamed "vg_include.h" as "core.h" (a few that I missed in my previous commit). git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2645 --- diff --git a/coregrind/core.h b/coregrind/core.h index 69a57a09c2..4b55377adb 100644 --- a/coregrind/core.h +++ b/coregrind/core.h @@ -1633,5 +1633,5 @@ extern Int VGOFF_(helper_undefined_instruction); #include "config.h" /*--------------------------------------------------------------------*/ -/*--- end core.h ---*/ +/*--- end ---*/ /*--------------------------------------------------------------------*/ diff --git a/coregrind/docs/coregrind_core.html b/coregrind/docs/coregrind_core.html index 765096a28e..feaf757fcc 100644 --- a/coregrind/docs/coregrind_core.html +++ b/coregrind/docs/coregrind_core.html @@ -294,7 +294,7 @@ have been seen, or 30000 errors in total have been seen. In this situation you might as well stop your program and fix it, because Valgrind won't tell you anything else useful after this. Note that the 300/30000 limits apply after suppressed errors are removed. These -limits are defined in vg_include.h and can be increased +limits are defined in core.h and can be increased if necessary.

diff --git a/include/vg_kerneliface.h b/include/vg_kerneliface.h index 7dc4825302..69d61f95e2 100644 --- a/include/vg_kerneliface.h +++ b/include/vg_kerneliface.h @@ -33,7 +33,7 @@ #ifndef __VG_KERNELIFACE_H #define __VG_KERNELIFACE_H -/* This file is ONLY to be included into vg_include.h. Do not include +/* This file is ONLY to be included into core.h. Do not include it directly into valgrind source .c files. This file defines types and constants for the kernel interface, and to make that clear everything is prefixed VKI. */