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.
This commit is contained in:
Andrew Cagney 2002-01-13 16:16:58 +00:00
parent b6649e8838
commit b76898ab5d
4 changed files with 14 additions and 7 deletions

View 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

View 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:

View 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:

View File

@ -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
--