diff options
author | Joseph Myers <jsm28@cam.ac.uk> | 2000-11-10 12:58:07 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2000-11-10 12:58:07 +0000 |
commit | c8abeb44a58ac3dbf2caf9329a2f5d114a5849b9 (patch) | |
tree | 089132840206c8176d82af005dbc53764c289026 /gcc | |
parent | 0c478921bdadb374b8c4b062c4812c659564b9cb (diff) | |
download | gcc-c8abeb44a58ac3dbf2caf9329a2f5d114a5849b9.zip gcc-c8abeb44a58ac3dbf2caf9329a2f5d114a5849b9.tar.gz gcc-c8abeb44a58ac3dbf2caf9329a2f5d114a5849b9.tar.bz2 |
gcc.texi (Service): Update to reflect current practice and location of the GNU service directory.
* gcc.texi (Service): Update to reflect current practice and
location of the GNU service directory.
From-SVN: r37366
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/gcc.texi | 16 |
2 files changed, 17 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9625f27..6d995ea 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2000-11-10 Joseph S. Myers <jsm28@cam.ac.uk> + + * gcc.texi (Service): Update to reflect current practice and + location of the GNU service directory. + 2000-11-09 Bernd Schmidt <bernds@redhat.co.uk> * regrename.c (build_def_use): Mark contents of REG_INC notes as diff --git a/gcc/gcc.texi b/gcc/gcc.texi index c7cd04d..6e8972a 100644 --- a/gcc/gcc.texi +++ b/gcc/gcc.texi @@ -2808,15 +2808,23 @@ ways to find it: @itemize @bullet @item Send a message to a suitable network mailing list. First try -@email{gcc-bugs@@gcc.gnu.org} or @email{bug-gcc@@gnu.org}, and if that -brings no response, try @email{gcc@@gcc.gnu.org}. +@email{gcc-help@@gcc.gnu.org} (for help installing or using GCC), and if +that brings no response, try @email{gcc@@gcc.gnu.org}. For help +changing GCC, ask @email{gcc@@gcc.gnu.org}. If you think you have found +a bug in GCC, please report it following the instructions at +@uref{http://gcc.gnu.org/bugs.html}. @item Look in the service directory for someone who might help you for a fee. -The service directory is found in the file named @file{SERVICE} in the -GCC distribution. +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. + @node Contributing @chapter Contributing to GCC Development |