diff options
author | Joseph Myers <jsm28@cam.ac.uk> | 2000-10-16 11:00:23 +0100 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2000-10-16 11:00:23 +0100 |
commit | 1df1abe2b02336da4a019b15dfa324436c66aac2 (patch) | |
tree | 0391408e37512d60bb347d32f43e7bfbbc80f586 | |
parent | 551438612079b434ee41fc8a8396b8fc77d59bfb (diff) | |
download | gcc-1df1abe2b02336da4a019b15dfa324436c66aac2.zip gcc-1df1abe2b02336da4a019b15dfa324436c66aac2.tar.gz gcc-1df1abe2b02336da4a019b15dfa324436c66aac2.tar.bz2 |
* README, lib/file-format.exp: Remove EGCS references.
From-SVN: r36879
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/testsuite/README | 8 | ||||
-rw-r--r-- | gcc/testsuite/lib/file-format.exp | 2 |
3 files changed, 9 insertions, 5 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index f9b2a92..d10ae23 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2000-10-16 Joseph S. Myers <jsm28@cam.ac.uk> + + * README, lib/file-format.exp: Remove EGCS references. + 2000-10-16 Jakub Jelinek <jakub@redhat.com> * gcc.dg/20001013-1.c: New test. diff --git a/gcc/testsuite/README b/gcc/testsuite/README index 7d06473..ff9f9e4 100644 --- a/gcc/testsuite/README +++ b/gcc/testsuite/README @@ -1,13 +1,13 @@ -This is a collection of tests for the C and C++ frontends of EGCS. For +This is a collection of tests for the C and C++ frontends of GCC. For further information please check README.gcc and README.g++, though the latter may not be up-to-date any more. The driver that runs this testsuite is called DejaGnu and you will need a current DejaGnu snapshot, which is available from -ftp://egcs.cygnus.com/pub/egcs/infrastructure, for example. +ftp://gcc.gnu.org/pub/gcc/infrastructure, for example. Most of these tests were originally developed and/or collected by -Cygnus Solutions, but these days many are being added by the EGCS +Cygnus Solutions, but these days many are being added by the GCC developers. These tests are included "as is". If any of them fails, do not report @@ -17,7 +17,7 @@ gcc@gcc.gnu.org; additions and changes to should go to sent to gcc-patches@gcc.gnu.org. The entire testsuite is invoked by `make check` at the top level of -the EGCS tree. `make check-g++` runs the C++ testsuite only. +the GCC tree. `make check-g++` runs the C++ testsuite only. STRUCTURE OF THE TESTSUITE diff --git a/gcc/testsuite/lib/file-format.exp b/gcc/testsuite/lib/file-format.exp index ab2b9f17..69b96cb 100644 --- a/gcc/testsuite/lib/file-format.exp +++ b/gcc/testsuite/lib/file-format.exp @@ -15,7 +15,7 @@ # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # Please email any bugs, comments, and/or additions to this file to: -# egcs-bugs@egcs.cygnus.com +# gcc-bugs@gcc.gnu.org # This file defines a proc for determining the file format in use by the # target. This is useful for tests that are only supported by certain file |