aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorRanjit Mathew <rmathew@gcc.gnu.org>2005-09-23 01:43:48 +0000
committerRanjit Mathew <rmathew@gcc.gnu.org>2005-09-23 01:43:48 +0000
commit07a647a31abc3fe08383dffbeb24564638a637e0 (patch)
treec301a44c4ae459ac6d5e2cb92f2b912ab4d1a9da /gcc/doc
parentb7a1ee90e7dd16a526a9a7da0b64146abcf4a37d (diff)
downloadgcc-07a647a31abc3fe08383dffbeb24564638a637e0.zip
gcc-07a647a31abc3fe08383dffbeb24564638a637e0.tar.gz
gcc-07a647a31abc3fe08383dffbeb24564638a637e0.tar.bz2
install.texi: Updated URL for Jacks.
* doc/install.texi: Updated URL for Jacks. * doc/sourcebuild.texi: Likewise. From-SVN: r104554
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/install.texi2
-rw-r--r--gcc/doc/sourcebuild.texi2
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index 54086e2..4814e10 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -1873,7 +1873,7 @@ testsuite at @file{libjava/testsuite/libjava.mauve/mauve}, or by
specifying the location of that tree when invoking @samp{make}, as in
@samp{make MAUVEDIR=~/mauve check}.
-@uref{http://sources.redhat.com/mauve/,,Jacks}
+@uref{http://sources.redhat.com/mauve/jacks.html,,Jacks}
is a free testsuite that tests Java compiler front ends. This suite
can be run as part of libgcj testing by placing the Jacks tree within
the libjava testsuite at @file{libjava/testsuite/libjava.jacks/jacks}.
diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi
index 2d1e519..b88a6a7 100644
--- a/gcc/doc/sourcebuild.texi
+++ b/gcc/doc/sourcebuild.texi
@@ -1288,7 +1288,7 @@ failures for a test run against the list of expected failures in
Update this file when adding new failing tests to Mauve, or when fixing
bugs in libgcj that had caused Mauve test failures.
-The @uref{http://sources.redhat.com/mauve/,,
+The @uref{http://sources.redhat.com/mauve/jacks.html,,
Jacks} project provides a testsuite for Java compilers that can be used
to test changes that affect the GCJ front end. This testsuite is run as
part of Java testing by placing the Jacks tree within the libjava