diff options
-rw-r--r-- | gcc/f/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/f/root.texi | 7 |
2 files changed, 6 insertions, 6 deletions
diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog index cb0b9d0..3efac24 100644 --- a/gcc/f/ChangeLog +++ b/gcc/f/ChangeLog @@ -1,5 +1,10 @@ 2000-11-10 Toon Moene <toon@moene.indiv.nluug.nl> + * root.texi: Remove non-historical EGCS reference. + Set current g77 version to 0.5.26. + +2000-11-10 Toon Moene <toon@moene.indiv.nluug.nl> + * com.c (ffecom_stabilize_aggregate_) case RTL_EXPR: Abort. diff --git a/gcc/f/root.texi b/gcc/f/root.texi index fa85ba2..90a7d5c 100644 --- a/gcc/f/root.texi +++ b/gcc/f/root.texi @@ -3,7 +3,7 @@ @c (e.g. a release branch in the CVS repository for gcc), @c clear this and set the version information correctly. @set DEVELOPMENT -@set version-g77 0.5.25 +@set version-g77 0.5.26 @set version-gcc 2.97 @c GCC-G77 indicates this is the GCC (2.95 or later) version of g77. @@ -25,11 +25,6 @@ @set which-gcc GCC @end ifset -@ifset EGCS-G77 -@set which-g77 EGCS-@value{version-egcs} -@set which-gcc EGCS -@end ifset - @ifset FSF-G77 @set which-g77 FSF-@value{version-g77} @set which-gcc GCC |