diff options
| author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-12-30 21:07:17 +0000 |
|---|---|---|
| committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-12-30 21:07:17 +0000 |
| commit | 2ef65a304f0e2eeb07b94e8e104fd6603b839990 (patch) | |
| tree | b95dd00924cc6774477a869773a9c724f7a44a91 | |
| parent | 7cdf6d165429c501f17532f67d1e2f70cca5a26f (diff) | |
| download | ppe42-gcc-2ef65a304f0e2eeb07b94e8e104fd6603b839990.tar.gz ppe42-gcc-2ef65a304f0e2eeb07b94e8e104fd6603b839990.zip | |
* doc/service.texi: Uncomment and update FAQ link.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@60648 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/doc/service.texi | 8 |
2 files changed, 7 insertions, 5 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 49e615102a0..7c091ed4d3a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-12-30 Joseph S. Myers <jsm@polyomino.org.uk> + + * doc/service.texi: Uncomment and update FAQ link. + 2002-12-30 Andreas Jaeger <aj@suse.de> * unwind-dw2-fde.h (last_fde): Add unused attribute for obj. diff --git a/gcc/doc/service.texi b/gcc/doc/service.texi index 863774483c8..4cc2b70888c 100644 --- a/gcc/doc/service.texi +++ b/gcc/doc/service.texi @@ -1,5 +1,5 @@ @c Copyright (C) 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, -@c 1999, 2000, 2001 Free Software Foundation, Inc. +@c 1999, 2000, 2001, 2002 Free Software Foundation, Inc. @c This is part of the GCC manual. @c For copying conditions, see the file gcc.texi. @@ -24,7 +24,5 @@ The service directory is found at @uref{http://www.gnu.org/prep/service.html}. @end itemize -@c For further information, see -@c @uref{http://gcc.gnu.org/cgi-bin/fom.cgi?file=12}. -@c FIXME: this URL may be too volatile, this FAQ entry needs to move to -@c the regular web pages before we can uncomment the reference. +For further information, see +@uref{http://gcc.gnu.org/faq.html#support}. |

