From: Tom Tromey Date: Wed, 17 Jan 2007 19:26:08 +0000 (+0000) Subject: sourcebuild.texi (libgcj Tests): Use sourceware.org. X-Git-Tag: releases/gcc-4.0.4~67 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7bbfc55098d8adc2f5aaa97442088aebe8cffafd;p=thirdparty%2Fgcc.git sourcebuild.texi (libgcj Tests): Use sourceware.org. * doc/sourcebuild.texi (libgcj Tests): Use sourceware.org. * doc/install.texi (Testing): Use sourceware.org. (Binaries): Likewise. (Specific): Likewise. * doc/contrib.texi (Contributors): Use sourceware.org. From-SVN: r120867 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index dfabc80b5e4a..efaa29a73f7e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,11 @@ +2007-01-17 Tom Tromey + + * doc/sourcebuild.texi (libgcj Tests): Use sourceware.org. + * doc/install.texi (Testing): Use sourceware.org. + (Binaries): Likewise. + (Specific): Likewise. + * doc/contrib.texi (Contributors): Use sourceware.org. + 2007-01-11 John David Anglin * pa-linux.h (ASM_OUTPUT_INTERNAL_LABEL): Undefine. diff --git a/gcc/doc/contrib.texi b/gcc/doc/contrib.texi index 05d2415534d6..f9bcade1da89 100644 --- a/gcc/doc/contrib.texi +++ b/gcc/doc/contrib.texi @@ -1,5 +1,5 @@ @c Copyright (C) 1988,1989,1992,1993,1994,1995,1996,1997,1998,1999,2000, -@c 2001,2002,2003,2004,2005 Free Software Foundation, Inc. +@c 2001,2002,2003,2004,2005,2007 Free Software Foundation, Inc. @c This is part of the GCC manual. @c For copying conditions, see the file gcc.texi. @@ -543,7 +543,7 @@ improvements, and string clean up and testsuites. @item All of the Mauve project -@uref{http://sources.redhat.com/cgi-bin/cvsweb.cgi/~checkout~/mauve/THANKS?rev=1.2&cvsroot=mauve&only_with_tag=HEAD,,contributors}, +@uref{http://sourceware.org/cgi-bin/cvsweb.cgi/~checkout~/mauve/THANKS?rev=1.2&cvsroot=mauve&only_with_tag=HEAD,,contributors}, for Java test code. @item diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index cb473b61a60f..768fdf4f698f 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -43,7 +43,7 @@ @end ifset @c Copyright (C) 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, -@c 1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +@c 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007 Free Software Foundation, Inc. @c *** Converted to texinfo by Dean Wakerley, dean@wakerley.com @c Include everything if we're not making html @@ -1818,14 +1818,14 @@ The Java runtime tests can be executed via @samp{make check} in the @file{@var{target}/libjava/testsuite} directory in the build tree. -The @uref{http://sources.redhat.com/mauve/,,Mauve Project} provides +The @uref{http://sourceware.org/mauve/,,Mauve Project} provides a suite of tests for the Java Class Libraries. This suite can be run as part of libgcj testing by placing the Mauve tree within the libjava 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://sourceware.org/mauve/,,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}. @@ -2100,7 +2100,7 @@ SGI---@uref{http://freeware.sgi.com/,,SGI Freeware}. Microsoft Windows: @itemize @item -The @uref{http://sources.redhat.com/cygwin/,,Cygwin} project; +The @uref{http://sourceware.org/cygwin/,,Cygwin} project; @item The @uref{http://www.mingw.org/,,MinGW} project. @end itemize @@ -3536,7 +3536,7 @@ The stock GNU binutils 2.15 release is broken on this platform because of a single bug. It has been fixed on the 2.15 branch in the CVS repository. You can obtain a working version by checking out the binutils-2_15-branch from the CVS repository or applying the patch -@uref{http://sources.redhat.com/ml/binutils-cvs/2004-09/msg00036.html} to the +@uref{http://sourceware.org/ml/binutils-cvs/2004-09/msg00036.html} to the release. We recommend using GNU binutils 2.16 or later in conjunction with GCC 4.x. @@ -3924,7 +3924,7 @@ modern targets. For some systems, old versions of GNU binutils may also be useful, and are available from @file{pub/binutils/old-releases} on -@uref{http://sources.redhat.com/mirrors.html,,sources.redhat.com mirror sites}. +@uref{http://sourceware.org/mirrors.html,,sourceware.org mirror sites}. Some of the information on specific systems above relates to such older systems, but much of the information diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi index c7259f4fa2a9..a009bd64c0c3 100644 --- a/gcc/doc/sourcebuild.texi +++ b/gcc/doc/sourcebuild.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +@c Copyright (C) 2002, 2003, 2004, 2005, 2007 Free Software Foundation, Inc. @c This is part of the GCC manual. @c For copying conditions, see the file gcc.texi. @@ -1276,7 +1276,7 @@ Runtime tests are executed via @samp{make check} in the tree. Additional runtime tests can be checked into this testsuite. Regression testing of the core packages in libgcj is also covered by the -Mauve testsuite. The @uref{http://sources.redhat.com/mauve/,,Mauve Project} +Mauve testsuite. The @uref{http://sourceware.org/mauve/,,Mauve Project} develops tests for the Java Class Libraries. These tests are run as part of libgcj testing by placing the Mauve tree within the libjava testsuite sources at @file{libjava/testsuite/libjava.mauve/mauve}, or by specifying @@ -1289,7 +1289,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://sourceware.org/mauve/,, 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