]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Final caveats for 1.0.0.
authorJulian Seward <jseward@acm.org>
Thu, 25 Jul 2002 22:45:35 +0000 (22:45 +0000)
committerJulian Seward <jseward@acm.org>
Thu, 25 Jul 2002 22:45:35 +0000 (22:45 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@536

README

diff --git a/README b/README
index de7aa1203e8f7c0b30b62ede87199bca5be7407a..f2dd536ddea43ce47259bcc0735338e9a5f25769 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
 
-Release notes for Valgrind, version 1.0
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+Release notes for Valgrind, version 1.0.0
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 KDE3 developers: please read also README_KDE3_FOLKS for guidance
 about how to debug KDE3 applications with Valgrind.
 
@@ -9,6 +9,12 @@ please read README_PACKAGERS.  It contains some important information.
 
 For instructions on how to build/install, see the end of this file.
 
+Valgrind works best on systems with glibc-2.1.X or 2.2.X, and with gcc
+versions prior to 3.1.  gcc-3.1 works, but generates code which causes
+valgrind to report many false errors.  For now, try to use a gcc prior
+to 3.1; if you can't, at least compile your application without
+optimisation.  Valgrind-1.0.X also can't handle glibc-2.3.X systems.
+
 
 Executive Summary
 ~~~~~~~~~~~~~~~~~