From: Nicholas Nethercote Date: Thu, 2 Sep 2004 15:50:29 +0000 (+0000) Subject: Update docs for filename change. X-Git-Tag: svn/VALGRIND_3_0_0~1631 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a59d9013fe5abc74ed9461270cf98f643e1977b;p=thirdparty%2Fvalgrind.git Update docs for filename change. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2652 --- diff --git a/memcheck/docs/mc_techdocs.html b/memcheck/docs/mc_techdocs.html index 3566b96a90..e33a0aa10f 100644 --- a/memcheck/docs/mc_techdocs.html +++ b/memcheck/docs/mc_techdocs.html @@ -390,7 +390,7 @@ Some more specific things are: with that of the client or any of its libraries. Therefore, all globally visible symbols exported from valgrind.so are defined using the VG_ CPP macro. As you'll see - from vg_constants.h, this appends some arbitrary + from tool_asm.h, this appends some arbitrary prefix to the symbol, in order that it be, we hope, globally unique. Currently the prefix is vgPlain_. For convenience there are also VGM_, VGP_