diff options
author | Andreas Jaeger <aj@arthur.rhein-neckar.de> | 1999-06-14 02:35:26 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-06-13 20:35:26 -0600 |
commit | 8dae700b7821b280f9cb30ad5688a34c0ca5c5f0 (patch) | |
tree | 9b4a3273a22031688409e00d271082b09e6c3cac | |
parent | 8cbbe89689f0683e035167cdc87fdc51959cdf1d (diff) | |
download | gcc-8dae700b7821b280f9cb30ad5688a34c0ca5c5f0.zip gcc-8dae700b7821b280f9cb30ad5688a34c0ca5c5f0.tar.gz gcc-8dae700b7821b280f9cb30ad5688a34c0ca5c5f0.tar.bz2 |
* gcc.texi: Mention gcc 2.96 instead of egcs 1.00.
From-SVN: r27505
-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 c36b785..58facf2 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 66a10fa..af10812 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 |