diff options
author | Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> | 1999-06-21 13:57:15 +0200 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 1999-06-21 11:57:15 +0000 |
commit | 46ee0d2ae53a88e6a8c8d9e8b1e7abbbe0107e69 (patch) | |
tree | 709d950d3487a1dfccb689c1458e3cdc9251c4a8 /gcc | |
parent | cf2c48d8052edccd436ccb42ea8565dbc4f8be07 (diff) | |
download | gcc-46ee0d2ae53a88e6a8c8d9e8b1e7abbbe0107e69.zip gcc-46ee0d2ae53a88e6a8c8d9e8b1e7abbbe0107e69.tar.gz gcc-46ee0d2ae53a88e6a8c8d9e8b1e7abbbe0107e69.tar.bz2 |
* g77.texi: Update links.
From-SVN: r27662
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/f/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/f/g77.texi | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog index 036942e..ec3fff4 100644 --- a/gcc/f/ChangeLog +++ b/gcc/f/ChangeLog @@ -1,3 +1,7 @@ +Mon Jun 21 12:40:17 1999 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> + + * g77.texi: Update links. + Mon Jun 21 05:33:51 1999 Jeffrey A Law (law@cygnus.com) * news.texi: Add missing @end ifclear. diff --git a/gcc/f/g77.texi b/gcc/f/g77.texi index 0d7a213..eaab254 100644 --- a/gcc/f/g77.texi +++ b/gcc/f/g77.texi @@ -10921,7 +10921,7 @@ How to cope with such problems is well beyond the scope of this manual. However, users of Linux-based systems (such as GNU/Linux) -should review @uref{http://www.bitwizard.nl/sig11}, a source +should review @uref{http://www.bitwizard.nl/sig11/}, a source of detailed information on diagnosing hardware problems, by recognizing their common symptoms. @@ -11335,13 +11335,13 @@ Goldberg, `What Every Computer Scientist Should Know About Floating-Point Arithmetic', Computing Surveys, 23, March 1991, pp.@: 5-48. An online version is available at -@uref{http://docs.sun.com}, +@uref{http://docs.sun.com/}, and there is a supplemented version, in PostScript form, at @uref{http://www.validgh.com/goldberg/paper.ps}. Information related to the IEEE 754 floating-point standard by a leading light can be found at -@uref{http://http.cs.berkeley.edu/%7Ewkahan/ieee754status}; +@uref{http://http.cs.berkeley.edu/%7Ewkahan/ieee754status/}; see also slides from the short course referenced from @uref{http://http.cs.berkeley.edu/%7Efateman/}. @uref{http://www.linuxsupportline.com/%7Ebillm/} has a brief |