diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-02-23 20:59:55 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-02-23 20:59:55 +0000 |
commit | aca3d323a1e7ef424de06914afc24723268a1503 (patch) | |
tree | 33d2bc7aff5bfe52f1e03e1967cabf4496acda44 /gdb/README | |
parent | 80d4ff92ebf316cd3203db7b0b8f693a02ac139b (diff) | |
download | gdb-aca3d323a1e7ef424de06914afc24723268a1503.tar.gz |
s/cygnus.com/.../
Diffstat (limited to 'gdb/README')
-rw-r--r-- | gdb/README | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/README b/gdb/README index eeadd1270bf..341f2cfaa93 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,9 +538,9 @@ 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 -snapshot. Once DejaGNU is installed, you can run the tests in one of -the following ways: +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: (1) cd gdb-5.1.1 make check-gdb |