testsuite patch: remove EGCS references

Joseph S. Myers jsm28@cam.ac.uk
Mon Oct 16 03:06:00 GMT 2000


I've installed as obvious the following patch that gets rid of EGCS
references in the testsuite documentation.  There are of course plenty of
historical EGCS references in individual testcases, but having previously
updated URLs to messages in list archives I think all inappropriate EGCS
references are now gone from the testsuite.

(Someone should update the testsuite README to cover the existence of
Fortran and objc tests.)

Index: ChangeLog
===================================================================
RCS file: /cvs/gcc/egcs/gcc/testsuite/ChangeLog,v
retrieving revision 1.755
diff -u -r1.755 ChangeLog
--- ChangeLog	2000/10/16 07:46:09	1.755
+++ ChangeLog	2000/10/16 09:59:16
@@ -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.
Index: README
===================================================================
RCS file: /cvs/gcc/egcs/gcc/testsuite/README,v
retrieving revision 1.5
diff -u -r1.5 README
--- README	1999/07/26 03:58:29	1.5
+++ README	2000/10/16 09:59:16
@@ -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-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
Index: lib/file-format.exp
===================================================================
RCS file: /cvs/gcc/egcs/gcc/testsuite/lib/file-format.exp,v
retrieving revision 1.3
diff -u -r1.3 file-format.exp
--- file-format.exp	1999/10/01 06:55:49	1.3
+++ file-format.exp	2000/10/16 09:59:16
@@ -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

-- 
Joseph S. Myers
jsm28@cam.ac.uk



More information about the Gcc-patches mailing list