From: Julian Seward Date: Mon, 26 Mar 2007 02:11:17 +0000 (+0000) Subject: Update slightly. X-Git-Tag: svn/VALGRIND_3_3_0~307 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37243a218cda1c88782a5a624906ee5c5e8843e9;p=thirdparty%2Fvalgrind.git Update slightly. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@6659 --- diff --git a/docs/xml/manual-intro.xml b/docs/xml/manual-intro.xml index 8431741a40..eac13d64ca 100644 --- a/docs/xml/manual-intro.xml +++ b/docs/xml/manual-intro.xml @@ -9,12 +9,12 @@ An Overview of Valgrind Valgrind is a suite of simulation-based debugging and profiling -tools for programs running on Linux (x86, amd64 and ppc32). The system -consists of a core, which provides a synthetic CPU in software, and a -series of tools, each of which performs some kind of debugging, -profiling, or similar task. The architecture is modular, so that new -tools can be created easily and without disturbing the existing -structure. +tools for programs running on Linux (x86, amd64, ppc32 and ppc64). +The system consists of a core, which provides a synthetic CPU in +software, and a series of tools, each of which performs some kind of +debugging, profiling, or similar task. The architecture is modular, +so that new tools can be created easily and without disturbing the +existing structure. A number of useful tools are supplied as standard. In summary, these are: @@ -104,9 +104,9 @@ summary, these are: releasable state. NOTE: Helgrind is, unfortunately, not available in Valgrind - 3.1.X, as a result of threading changes that happened in the 2.4.0 - release. We hope to reinstate its functionality in a future 3.2.0 - release. + 3.2.X, as a result of threading changes that happened in the 2.4.0 + release. We hope to reinstate its functionality in the future. + @@ -122,14 +122,15 @@ integer and floating point operations your program does. Valgrind is closely tied to details of the CPU and operating system, and to a lesser extent, the compiler and basic C libraries. -Nonetheless, as of version 3.1.0 it supports several platforms: -x86/Linux (mature), AMD64/Linux (maturing), and PPC32/Linux (immature -but works well). Valgrind uses the standard Unix +Nonetheless, as of version 3.2.0 it supports several platforms: +x86/Linux (mature), AMD64/Linux (maturing), PPC32/Linux and +PPC64/Linux (less mature but work well in practice). +Valgrind uses the standard Unix ./configure, make, make install mechanism, and we have attempted to ensure that it works on machines with kernel 2.4 or 2.6 and glibc -2.2.X--2.3.X. +2.2.X to 2.5.X. Valgrind is licensed under the , version 2. The valgrind/*.h headers