aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJoseph Myers <jsm28@cam.ac.uk>2000-10-21 19:10:32 +0100
committerJoseph Myers <jsm28@gcc.gnu.org>2000-10-21 19:10:32 +0100
commitbf6eb15f686356a55cb46f9f2ae9b5832a55c3d0 (patch)
treec41a3a0b467399ccc1919484d19896c12c1e3291 /gcc
parent6b76f569a3f2030616575bb034bf9fce4e04c87e (diff)
downloadgcc-bf6eb15f686356a55cb46f9f2ae9b5832a55c3d0.zip
gcc-bf6eb15f686356a55cb46f9f2ae9b5832a55c3d0.tar.gz
gcc-bf6eb15f686356a55cb46f9f2ae9b5832a55c3d0.tar.bz2
diagnostic.c: Remove EGCS reference in comment.
* diagnostic.c: Remove EGCS reference in comment. f: * Makefile.in, g77spec.c: Remove EGCS references in comments. From-SVN: r36996
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/diagnostic.c2
-rw-r--r--gcc/f/ChangeLog4
-rw-r--r--gcc/f/Makefile.in2
-rw-r--r--gcc/f/g77spec.c2
5 files changed, 11 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index a86f26a..16363cc 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2000-10-21 Joseph S. Myers <jsm28@cam.ac.uk>
+
+ * diagnostic.c: Remove EGCS reference in comment.
+
Sat Oct 21 08:24:25 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* loop.c (strength_reduce): Fix error in last change.
diff --git a/gcc/diagnostic.c b/gcc/diagnostic.c
index 55f5dd3..5d6d1c8 100644
--- a/gcc/diagnostic.c
+++ b/gcc/diagnostic.c
@@ -1645,7 +1645,7 @@ See %s for instructions.\n", GCCBUGURL);
/* Given a partial pathname as input, return another pathname that
shares no directory elements with the pathname of __FILE__. This
is used by fancy_abort() to print `Internal compiler error in expr.c'
- instead of `Internal compiler error in ../../egcs/gcc/expr.c'. */
+ instead of `Internal compiler error in ../../GCC/gcc/expr.c'. */
static const char *
trim_filename (name)
const char *name;
diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog
index 0ffe42e..e5a1e06 100644
--- a/gcc/f/ChangeLog
+++ b/gcc/f/ChangeLog
@@ -1,3 +1,7 @@
+Sat Oct 21 18:07:48 2000 Joseph S. Myers <jsm28@cam.ac.uk>
+
+ * Makefile.in, g77spec.c: Remove EGCS references in comments.
+
Thu Oct 12 22:28:51 2000 Mark Mitchell <mark@codesourcery.com>
* com.c (ffecom_do_entry_): Don't mess with obstacks.
diff --git a/gcc/f/Makefile.in b/gcc/f/Makefile.in
index ccc1ed0..fadbef7 100644
--- a/gcc/f/Makefile.in
+++ b/gcc/f/Makefile.in
@@ -136,7 +136,7 @@ LIBIBERTY = ../../libiberty/libiberty.a
# We should be compiling with the built compiler, for which
# BOOT_LDFLAGS is appropriate. (Formerly we had a separate
# F771_LDFLAGS, but the ld flags can be taken care of by the target
-# configuration files in egcs.)
+# configuration files in GCC.)
LDFLAGS=$(BOOT_LDFLAGS)
# How to link with both our special library facilities
diff --git a/gcc/f/g77spec.c b/gcc/f/g77spec.c
index ba0ad03..9b7015c 100644
--- a/gcc/f/g77spec.c
+++ b/gcc/f/g77spec.c
@@ -396,7 +396,7 @@ or type the command `info -f g77 Copying'.\n\
break;
case OPTION_help:
- /* Let gcc.c handle this, as the egcs version has a really
+ /* Let gcc.c handle this, as it has a really
cool facility for handling --help and --verbose --help. */
return;