* doc/install.texi (--enable-checking): Update valgrind's URL.

From-SVN: r73651
This commit is contained in:
Kazu Hirata 2003-11-16 18:13:56 +00:00 committed by Kazu Hirata
parent 60731ce55e
commit e0c99e151e
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-11-16 Kazu Hirata <kazu@cs.umass.edu>
* doc/install.texi (--enable-checking): Update valgrind's URL.
2003-11-16 Kazu Hirata <kazu@cs.umass.edu>
* config/h8300/h8300.md: Fix warnings by replacing -2147483648

View File

@ -1071,7 +1071,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://developer.kde.org/~sewardj/}. The default when @var{list} is
@uref{http://valgrind.kde.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.