diff options
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/gcc.texi | 8 |
2 files changed, 8 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c36b7857cad..58facf2eff7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +1999-06-14 Andreas Jaeger <aj@arthur.rhein-neckar.de> + + * gcc.texi: Mention gcc 2.96 instead of egcs 1.00. + Sat Jun 12 22:29:48 EDT 1999 Jerry Quinn <jquinn@nortelnetworks.com> * invoke.texi (Option Summary): Add -fpermissive flag. diff --git a/gcc/gcc.texi b/gcc/gcc.texi index 66a10fa83a1..af108124879 100644 --- a/gcc/gcc.texi +++ b/gcc/gcc.texi @@ -155,7 +155,7 @@ instead of in the original English. @vskip 0pt plus 1filll Copyright @copyright{} 1988, 89, 92, 93, 94, 95, 96, 98 Free Software Foundation, Inc. @sp 2 -For EGCS Version 1.0@* +For GCC Version 2.96@* @sp 1 Published by the Free Software Foundation @* 59 Temple Place - Suite 330@* @@ -194,19 +194,19 @@ instead of in the original English. @ifset USING This manual documents how to run, install and port the GNU compiler, as well as its new features and incompatibilities, and how to -report bugs. It corresponds to EGCS version 1.0. +report bugs. It corresponds to GCC version 2.96. @end ifset @end ifset @ifclear INTERNALS This manual documents how to run and install the GNU compiler, as well as its new features and incompatibilities, and how to report -bugs. It corresponds to EGCS version 1.0. +bugs. It corresponds to GCC version 2.96. @end ifclear @ifclear USING This manual documents how to port the GNU compiler, as well as its new features and incompatibilities, and how to report -bugs. It corresponds to EGCS version 1.0. +bugs. It corresponds to GCC version 2.96. @end ifclear @end ifinfo |