From 6f298a0a2d021d79f1039dc35ddd0c93dd8913cf Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Sun, 8 Oct 2000 19:39:27 +0100 Subject: [PATCH] * test_installed: Change EGCS references to refer to GCC. From-SVN: r36788 --- contrib/ChangeLog | 4 ++++ contrib/test_installed | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 853660f..bc2a03e 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,7 @@ +2000-10-08 Joseph S. Myers + + * test_installed: Change EGCS references to refer to GCC. + 2000-09-28 Gerald Pfeifer * gcc_update (touch_files): Add some informative output. diff --git a/contrib/test_installed b/contrib/test_installed index e7814d2..1ef27bf 100755 --- a/contrib/test_installed +++ b/contrib/test_installed @@ -1,17 +1,17 @@ #! /bin/sh -# (C) 1998 Free Software Foundation +# (C) 1998, 2000 Free Software Foundation # Originally by Alexandre Oliva # This script is Free Software, and it can be copied, distributed and # modified as defined in the GNU General Public License. A copy of # its license can be downloaded from http://www.gnu.org/copyleft/gpl.html -# This scripts assumes it lives in the contrib directory of the egcs +# This scripts assumes it lives in the contrib directory of the GCC # source tree, so it will find the testsuite tree from its location. # If you move it elsewhere, or want to use another testsuite tree, you -# can override the defaults with --srcdir=/some/dir/egcs or -# --testsuite=/some/dir/egcs/gcc/testsuite. If you specify +# can override the defaults with --srcdir=/some/dir/GCC or +# --testsuite=/some/dir/GCC/gcc/testsuite. If you specify # --testsuite, --srcdir will be ignored; otherwise, `/gcc/testsuite' # will be appended to the srcdir. -- 2.7.4