From 2002-01-09 John Marshall <johnm@falch.net>:
authorAndrew Cagney <cagney@redhat.com>
Sun, 13 Jan 2002 16:16:58 +0000 (16:16 +0000)
committerAndrew Cagney <cagney@redhat.com>
Sun, 13 Jan 2002 16:16:58 +0000 (16:16 +0000)
* CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
sources.redhat.com, and tweak some related URLs which had
suffered from linkrot.

gdb/CONTRIBUTE
gdb/ChangeLog
gdb/README
gdb/TODO

index 2155a8080199e8d32393a6b930653aae77e5f3e4..04d1568859afccc4eba1c744c41632f8078a8fa5 100644 (file)
@@ -79,7 +79,7 @@ o     Submitting Patches
        or as uuencoded gzipped text.
 
        When you have all these pieces, bundle them up in a mail
-       message and send it to gdb-patches@sourceware.cygnus.com. All
+       message and send it to gdb-patches@sources.redhat.com. All
        patches and related discussion should be sent to the
        gdb-patches mailinglist. For further information on the GDB
        CVS repository, see the Anonymous read-only CVS access and
index a99c997e32d3c655480becf9eb38d45038e3faca..adf84039ffab70c5e39802f8982f64652beab4fd 100644 (file)
@@ -1,3 +1,10 @@
+2002-01-13  Andrew Cagney  <ac131313@redhat.com>
+
+       From 2002-01-09 John Marshall <johnm@falch.net>:
+       * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
+       sources.redhat.com, and tweak some related URLs which had
+       suffered from linkrot.
+
 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
 
        From Jeff law:
index dcf0a4778633c20d0b9a27c61c4f422ff5397663..5ccec955a3f1f88d14454cef94cfafe59932b6f1 100644 (file)
@@ -504,7 +504,7 @@ Graphical interface to GDB -- X Windows, MS Windows
    Several graphical interfaces to GDB are available.  You should
 check:
 
-       http://sourceware.cygnus.com/gdb/#gui
+       http://www.gnu.org/software/gdb/gui/
 
 for an up-to-date list.
 
@@ -538,7 +538,7 @@ regression testing a GDB with local modifications.
 
    Running the testsuite requires the prior installation of DejaGNU,
 which is generally available via ftp.  The directory
-ftp://sourceware.cygnus.com/pub/dejagnu/ will contain a recent
+ftp://sources.redhat.com/pub/dejagnu/ will contain a recent
 snapshot.  Once DejaGNU is installed, you can run the tests in one of
 the following ways:
 
index 191f1067f686f554ce269d311c6e1aa1e8a55613..ea46e9b3241a5b7c7e7db8ce02a7c610a953caf9 100644 (file)
--- a/gdb/TODO
+++ b/gdb/TODO
@@ -1,5 +1,5 @@
 If you find inaccuracies in this list, please send mail to
-gdb-patches@sourceware.cygnus.com.  If you would like to work on any
+gdb-patches@sources.redhat.com.  If you would like to work on any
 of these, you should consider sending mail to the same address, to
 find out whether anyone else is working on it.
 
@@ -20,7 +20,7 @@ Anyway, thanks for reporting.
 The following patch will fix the problems with setting breakpoints in
 dynamically loaded objects:
 
-   http://sourceware.cygnus.com/ml/gdb-patches/2000-05/msg00230.html
+   http://sources.redhat.com/ml/gdb-patches/2000-05/msg00230.html
 
 This patch isn't checked in yet (ping Michael/JimB), but I hope this
 will be in the next GDB release.
@@ -64,8 +64,8 @@ AUTOMAKE 1.4 incorrectly set the TEXINPUTS environment variable.  It
 contained the full path to texinfo.tex when it should have only
 contained the directory.  The bug has been fixed in the current
 AUTOMAKE sources.  Automake snapshots can be found in:
-       ftp://sourceware.cygnus.com/pub/gdb/snapshots
-and    ftp://sourceware.cygnus.com/pub/binutils
+       ftp://sources.redhat.com/pub/gdb/infrastructure
+and    ftp://sources.redhat.com/pub/binutils
 
 --