diff options
author | bje <bje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-12-06 03:47:35 +0000 |
---|---|---|
committer | bje <bje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-12-06 03:47:35 +0000 |
commit | 9f0bd8de0616fa8c630b7938ff8bef857f0a141a (patch) | |
tree | bfcac62ee7c4975994c0bb20565ece876214f567 | |
parent | 03429805a3f0917feccd4f30cf0c31e99e21bfd1 (diff) | |
download | gcc-9f0bd8de0616fa8c630b7938ff8bef857f0a141a.tar.gz |
* SERVICE: Remove.
* doc/sourcebuild.texi (Miscellaneous Docs): Remove SERVICE item.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@130640 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/SERVICE | 6 | ||||
-rw-r--r-- | gcc/doc/sourcebuild.texi | 2 |
3 files changed, 5 insertions, 8 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 189286b48f9..4607b804253 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2007-12-06 Ben Elliston <bje@au.ibm.com> + + * SERVICE: Remove. + * doc/sourcebuild.texi (Miscellaneous Docs): Remove SERVICE item. + 2007-12-05 Jakub Jelinek <jakub@redhat.com> PR middle-end/34337 diff --git a/gcc/SERVICE b/gcc/SERVICE deleted file mode 100644 index 909f3a57a9f..00000000000 --- a/gcc/SERVICE +++ /dev/null @@ -1,6 +0,0 @@ -There is a list of people who have asked to be listed as offering -support services for GNU software for a fee or in some cases at no -charge. This list used to be contained in this file, but it is now -available on the web at - - http://www.fsf.org/resources/service/ diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi index 0a4224ba8b4..8b3e1c463b3 100644 --- a/gcc/doc/sourcebuild.texi +++ b/gcc/doc/sourcebuild.texi @@ -447,8 +447,6 @@ versions, the information is on the GCC web site.) @item README.Portability Information about portability issues when writing code in GCC@. FIXME: why isn't this part of this manual or of the GCC Coding Conventions? -@item SERVICE -A pointer to the GNU Service Directory. @end table FIXME: document such files in subdirectories, at least @file{config}, |