Commit bf6eb15f by Joseph Myers Committed by Joseph Myers

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
parent 6b76f569
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.
......
......@@ -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;
......
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.
......
......@@ -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
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment