diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2005-07-28 21:29:09 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2005-07-28 21:29:09 +0000 |
commit | ccf548a7c055e2b94db8cad798440f5ac722c3e5 (patch) | |
tree | 15dded485e920da4b9c60f7fe36cd41074c17357 | |
parent | 2c97f8e4f318d3e2e0c745078cd7e3c813a2a1c8 (diff) | |
download | gcc-ccf548a7c055e2b94db8cad798440f5ac722c3e5.zip gcc-ccf548a7c055e2b94db8cad798440f5ac722c3e5.tar.gz gcc-ccf548a7c055e2b94db8cad798440f5ac722c3e5.tar.bz2 |
* doc/install.texi (Configuration): Update Valgrind homepage.
From-SVN: r102514
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/install.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 495a756..0f4432c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2005-07-28 Gerald Pfeifer <gerald@pfeifer.com> + + * doc/install.texi (Configuration): Update Valgrind homepage. + 2005-07-28 Richard Henderson <rth@redhat.com> * cfgrtl.c (rtl_merge_blocks): Call maybe_remove_eh_handler on diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index c1853bd..afd268b 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -1151,7 +1151,7 @@ Individual checks can be enabled with these flags @samp{assert}, @samp{rtlflag}, @samp{runtime}, @samp{tree}, and @samp{valgrind}. The @samp{valgrind} check requires the external @command{valgrind} -simulator, available from @uref{http://valgrind.kde.org/}. The +simulator, available from @uref{http://valgrind.org/}. The @samp{rtl}, @samp{gcac} and @samp{valgrind} checks are very expensive. To disable all checking, @samp{--disable-checking} or @samp{--enable-checking=none} must be explicitly requested. Disabling |