OSDN Git Service

* diagnostic.c: Remove EGCS reference in comment.
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 21 Oct 2000 18:10:32 +0000 (18:10 +0000)
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 21 Oct 2000 18:10:32 +0000 (18:10 +0000)
f:
* Makefile.in, g77spec.c: Remove EGCS references in comments.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36996 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/diagnostic.c
gcc/f/ChangeLog
gcc/f/Makefile.in
gcc/f/g77spec.c

index a86f26a..16363cc 100644 (file)
@@ -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.
index 55f5dd3..5d6d1c8 100644 (file)
@@ -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;
index 0ffe42e..e5a1e06 100644 (file)
@@ -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.
index ccc1ed0..fadbef7 100644 (file)
@@ -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
index ba0ad03..9b7015c 100644 (file)
@@ -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;