diff options
author | Jeffrey A Law <law@cygnus.com> | 1999-07-28 19:50:11 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-07-28 13:50:11 -0600 |
commit | 3195128c18d001b0a6b02fa199fbf4fe1373c5db (patch) | |
tree | 6cabe1f6160ed7aec23e7b72a15910f585a3e1ad | |
parent | f8b20fd0c9bedd4247e3feba1ebe93f1ce11bb42 (diff) | |
download | gcc-3195128c18d001b0a6b02fa199fbf4fe1373c5db.zip gcc-3195128c18d001b0a6b02fa199fbf4fe1373c5db.tar.gz gcc-3195128c18d001b0a6b02fa199fbf4fe1373c5db.tar.bz2 |
* README: Update.
From-SVN: r28322
-rw-r--r-- | gcc/ChangeLog | 2 | ||||
-rw-r--r-- | gcc/README | 8 |
2 files changed, 6 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7467ea3..fdcb089 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -3,6 +3,8 @@ Wed Jul 28 13:18:35 1999 Jeffrey A Law (law@cygnus.com) * pa.md (call, call_value): Use "word_mode" instead of "SImode" as needed. + * README: Update. + Wed Jul 28 11:28:04 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> * builtins.c (expand_builtin): Typo in call to expand_builtin_ffs. @@ -1,8 +1,8 @@ -This directory contains the gcc version 2.96 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.96. +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 |