From: Joseph Myers Date: Sat, 21 Oct 2000 18:10:32 +0000 (+0100) Subject: diagnostic.c: Remove EGCS reference in comment. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bf6eb15f686356a55cb46f9f2ae9b5832a55c3d0;p=gcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a86f26a5ff2..16363cc7930 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2000-10-21 Joseph S. Myers + + * diagnostic.c: Remove EGCS reference in comment. + Sat Oct 21 08:24:25 2000 Richard Kenner * loop.c (strength_reduce): Fix error in last change. diff --git a/gcc/diagnostic.c b/gcc/diagnostic.c index 55f5dd3aa19..5d6d1c88d5a 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 0ffe42ea258..e5a1e0648cf 100644 --- a/gcc/f/ChangeLog +++ b/gcc/f/ChangeLog @@ -1,3 +1,7 @@ +Sat Oct 21 18:07:48 2000 Joseph S. Myers + + * Makefile.in, g77spec.c: Remove EGCS references in comments. + Thu Oct 12 22:28:51 2000 Mark Mitchell * com.c (ffecom_do_entry_): Don't mess with obstacks. diff --git a/gcc/f/Makefile.in b/gcc/f/Makefile.in index ccc1ed095d6..fadbef7435f 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 ba0ad0359ec..9b7015c5927 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;