aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-01-13 16:16:58 +0000
committerAndrew Cagney <cagney@redhat.com>2002-01-13 16:16:58 +0000
commitb76898ab5d5db8bddc5da74049ad78282db4983f (patch)
tree7ae720ce3a1c5ed3dc63a09e25d881d8d6e5d4e4
parentb6649e88389ddb02e013944e2ae3acff1721b8eb (diff)
downloadgdb-b76898ab5d5db8bddc5da74049ad78282db4983f.zip
gdb-b76898ab5d5db8bddc5da74049ad78282db4983f.tar.gz
gdb-b76898ab5d5db8bddc5da74049ad78282db4983f.tar.bz2
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.
-rw-r--r--gdb/CONTRIBUTE2
-rw-r--r--gdb/ChangeLog7
-rw-r--r--gdb/README4
-rw-r--r--gdb/TODO8
4 files changed, 14 insertions, 7 deletions
diff --git a/gdb/CONTRIBUTE b/gdb/CONTRIBUTE
index 2155a80..04d1568 100644
--- a/gdb/CONTRIBUTE
+++ b/gdb/CONTRIBUTE
@@ -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
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index a99c997..adf8403 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,12 @@
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:
* hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
structures passed in registers.
diff --git a/gdb/README b/gdb/README
index dcf0a47..5ccec95 100644
--- a/gdb/README
+++ b/gdb/README
@@ -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:
diff --git a/gdb/TODO b/gdb/TODO
index 191f106..ea46e9b 100644
--- 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
--