This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[HEAD,4.0,3.4] doc/install.texi and new Valgrind homepage


2005-07-28  Gerald Pfeifer  <gerald@pfeifer.com>

	* doc/install.texi (Configuration): Update Valgrind homepage.

Installed in mainline (first patch), 4.0 (second patch), and 3.4 (third
patch).

Gerald

Index: doc/install.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/install.texi,v
retrieving revision 1.364
diff -u -3 -p -r1.364 install.texi
--- doc/install.texi	27 Jul 2005 18:27:52 -0000	1.364
+++ doc/install.texi	28 Jul 2005 21:26:51 -0000
@@ -1151,7 +1151,7 @@ Individual checks can be enabled with th
 @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

Index: doc/install.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/install.texi,v
retrieving revision 1.336.2.17
diff -u -3 -p -r1.336.2.17 install.texi
--- doc/install.texi	16 Jul 2005 16:13:28 -0000	1.336.2.17
+++ doc/install.texi	28 Jul 2005 21:30:26 -0000
@@ -1120,7 +1120,7 @@ specifying @var{list}; the categories of
 @samp{valgrind}.  The @samp{release} category enables only those checks
 suitable for release builds, currently this is just @samp{assert}.  The
 check @samp{valgrind} requires the external @command{valgrind}
-simulator, available from @uref{http://valgrind.kde.org/}.  The checks
+simulator, available from @uref{http://valgrind.org/}.  The checks
 @samp{rtl}, @samp{gcac} and @samp{valgrind} are very expensive.  The
 default when @var{list} is not specified is
 @samp{assert,misc,tree,gc,rtlflag}.  That is also the default for

Index: doc/install.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/install.texi,v
retrieving revision 1.248.4.36
diff -u -3 -p -r1.248.4.36 install.texi
--- doc/install.texi	31 May 2005 13:04:17 -0000	1.248.4.36
+++ doc/install.texi	28 Jul 2005 21:32:43 -0000
@@ -1085,7 +1085,7 @@ specifying @var{list}; the categories of
 @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.
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]