This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
gcc/README tweaks
- To: gcc-patches at gcc dot gnu dot org
- Subject: gcc/README tweaks
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Wed, 28 Jul 1999 13:50:06 -0600
- Reply-To: law at cygnus dot com
Some minor stuff from RMS along with a fix from me:
Index: README
===================================================================
RCS file: /egcs/carton/cvsfiles/egcs/gcc/README,v
retrieving revision 1.5.8.1
diff -c -3 -p -r1.5.8.1 README
*** README 1999/06/02 01:41:50 1.5.8.1
--- README 1999/07/28 19:47:54
***************
*** 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.
! The GNU C compiler is free software. See the file COPYING for copying
permission.
See the file gcc.texi (together with other files that it includes) for
--- 1,8 ----
! This directory contains the 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 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