From: Gerald Pfeifer Date: Thu, 28 Jul 2005 21:34:51 +0000 (+0000) Subject: * doc/install.texi (Configuration): Update Valgrind homepage. X-Git-Tag: releases/gcc-3.4.5~299 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae9c96868f768597c840d904e15111f485132ca6;p=thirdparty%2Fgcc.git * doc/install.texi (Configuration): Update Valgrind homepage. From-SVN: r102519 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 017127f47269..37dae8975fb9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2005-07-28 Gerald Pfeifer + + * doc/install.texi (Configuration): Update Valgrind homepage. + 2005-07-28 Richard Sandiford PR c/20187 diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 610ce994e954..8b88169856c0 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -1085,7 +1085,7 @@ specifying @var{list}; the categories of checks available are @samp{misc}, @samp{tree}, @samp{gc}, @samp{rtl}, @samp{rtlflag}, @samp{fold}, @samp{gcac} and @samp{valgrind}. The check @samp{valgrind} requires the external @command{valgrind} simulator, available from -@uref{http://valgrind.kde.org/}. The default when @var{list} is +@uref{http://valgrind.org/}. The default when @var{list} is not specified is @samp{misc,tree,gc,rtlflag}; the checks @samp{rtl}, @samp{gcac} and @samp{valgrind} are very expensive.