diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/f/ChangeLog | 8 | ||||
-rw-r--r-- | gcc/f/bugs.texi | 2 | ||||
-rw-r--r-- | gcc/f/ffe.texi | 2 | ||||
-rw-r--r-- | gcc/f/news.texi | 2 |
4 files changed, 11 insertions, 3 deletions
diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog index 299a5c3..48bb47c 100644 --- a/gcc/f/ChangeLog +++ b/gcc/f/ChangeLog @@ -1,3 +1,11 @@ +2002-09-09 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> + + Fix PR web/7596: + * ffe.texi (Front End): Fix broken links. + * bugs.texi (Known Bugs): Refer to gcc.gnu.org instead of + www.gnu.org for onlinedocs. + * news.texi (News): Ditto. + 2002-09-07 Jan Hubicka <jh@suse.cz> * com.c (ffe_type_for_mode): Handle long double. diff --git a/gcc/f/bugs.texi b/gcc/f/bugs.texi index bdd8765..f82d1bd 100644 --- a/gcc/f/bugs.texi +++ b/gcc/f/bugs.texi @@ -79,7 +79,7 @@ An online, ``live'' version of this document (derived directly from the mainline, development version of @code{g77} within @code{gcc}) is available via -@uref{http://www.gnu.org/software/gcc/onlinedocs/g77/Trouble.html}. +@uref{http://gcc.gnu.org/onlinedocs/g77/Trouble.html}. Follow the ``Known Bugs'' link. The following information was last updated on @value{last-update-bugs}: diff --git a/gcc/f/ffe.texi b/gcc/f/ffe.texi index b6fbac9..9f4fc4e 100644 --- a/gcc/f/ffe.texi +++ b/gcc/f/ffe.texi @@ -17,7 +17,7 @@ search for the string TBD. If you want to help by working on one or more of these items, email @email{gcc@@gcc.gnu.org}. If you're planning to do more than just research issues and offer comments, -see @uref{http://www.gnu.org/software/contribute.html} for steps you might +see @uref{http://www.gnu.org/software/gcc/contribute.html} for steps you might need to take first. @menu diff --git a/gcc/f/news.texi b/gcc/f/news.texi index 733acd0..643482d 100644 --- a/gcc/f/news.texi +++ b/gcc/f/news.texi @@ -148,7 +148,7 @@ An online, ``live'' version of this document (derived directly from the mainline, development version of @command{g77} within @command{gcc}) is available at -@uref{http://www.gnu.org/software/gcc/onlinedocs/g77/News.html}. +@uref{http://gcc.gnu.org/onlinedocs/g77/News.html}. @end ifclear The following information was last updated on @value{last-update-news}: |