diff options
author | Dave Love <fx@gcc.gnu.org> | 1998-05-19 10:45:44 +0000 |
---|---|---|
committer | Dave Love <fx@gcc.gnu.org> | 1998-05-19 10:45:44 +0000 |
commit | 7b40ddbde5b69eb3baaeee1f073f8397cdd7883a (patch) | |
tree | 3539a984afcd420b4a7bec4b250a803c6762f252 | |
parent | 0063c7779baddb3083802ca41dd56acf746ffa8d (diff) | |
download | gcc-7b40ddbde5b69eb3baaeee1f073f8397cdd7883a.zip gcc-7b40ddbde5b69eb3baaeee1f073f8397cdd7883a.tar.gz gcc-7b40ddbde5b69eb3baaeee1f073f8397cdd7883a.tar.bz2 |
Update to Netlib version of 1998-04-20
From-SVN: r19875
-rw-r--r-- | gcc/f/news.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/f/news.texi b/gcc/f/news.texi index 92829b5..7453e13 100644 --- a/gcc/f/news.texi +++ b/gcc/f/news.texi @@ -171,6 +171,14 @@ needs them, thus avoiding unnecessary creation of, for example, @file{stage1/f/runtime} when doing a non-bootstrap build. Other cleaning up of the configuration and build process has been performed as well. + +@item +Upgrade to @code{libf2c} as of 1998-04-20. + +This should fix a variety of problems, including +those involving some uses of the @samp{T} format +specifier, and perhaps some build (porting) problems +as well. @end itemize @heading In 0.5.22: |