diff options
author | Toon Moene <toon@moene.indiv.nluug.nl> | 2000-11-10 21:38:05 +0100 |
---|---|---|
committer | Toon Moene <toon@gcc.gnu.org> | 2000-11-10 20:38:05 +0000 |
commit | edf9f6c7a425f44f6237f7cfd838c3c031a249cc (patch) | |
tree | ac337b729d61b8420be234072375d28f0af537d3 /gcc | |
parent | a8d0a42e363624b288a88d4381bd7a6f1251ee1d (diff) | |
download | gcc-edf9f6c7a425f44f6237f7cfd838c3c031a249cc.zip gcc-edf9f6c7a425f44f6237f7cfd838c3c031a249cc.tar.gz gcc-edf9f6c7a425f44f6237f7cfd838c3c031a249cc.tar.bz2 |
root.texi: Remove non-historical EGCS reference.
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.
From-SVN: r37377
Diffstat (limited to 'gcc')
-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 |