diff options
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/README | 8 |
2 files changed, 7 insertions, 5 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 443da0940c3..5588b98ea0b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,7 +1,9 @@ -Sun Jul 25 23:40:51 PDT 1999 Jeff Law (law@cygnus.com) +Wed Jul 28 13:49:03 1999 Jeffrey A Law (law@cygnus.com) * gcc-2.95 Released. + * README: Update. + Sun Jul 25 21:40:33 1999 Jeffrey A Law (law@cygnus.com) * gcc.texi: More changes related to list conversion. diff --git a/gcc/README b/gcc/README index bf233151172..9f7b84df82f 100644 --- a/gcc/README +++ b/gcc/README @@ -1,8 +1,8 @@ -This directory contains the gcc version 2.95 release of the GNU C -compiler. It includes all of the support for compiling C++ and -Objective C, including a run-time library for Objective C. +This directory contains GNU Compiler Collection (GCC) version 2.95. +It includes all of the support for compiling C, C++, Objective C, Fortran, +Java, and Chill. -The GNU C compiler is free software. See the file COPYING for copying +The GNU Compiler Collection is free software. See the file COPYING for copying permission. See the file gcc.texi (together with other files that it includes) for |