diff options
author | Andi Kleen <ak@linux.intel.com> | 2010-10-18 09:39:15 +0000 |
---|---|---|
committer | Andi Kleen <ak@gcc.gnu.org> | 2010-10-18 09:39:15 +0000 |
commit | fda9c731a9a047cdde798207b896784e8233a4d8 (patch) | |
tree | 16cee18700712e464cb0cb85002ccb6b766f2c8f /gcc/doc | |
parent | 1fb000641146f78eb756228c6f5a64dc4c91b0ca (diff) | |
download | gcc-fda9c731a9a047cdde798207b896784e8233a4d8.tar.gz |
Remove gccbug
gcc/
2010-10-18 Andi Kleen <ak@linux.intel.com>
PR other/43448
* gccbug.in: Remove.
* Makefile.in (GCCBUG_INSTALL_NAME, gccbug): Remove
(doc, distclean, install-common): Remove reference to gccbug.
* configure: Regenerate.
* configure.ac (all_outputs): Remove gccbug.
* doc/configfiles.texi: Remove references to gccbug.
* doc/sourcebuild.texi: Dito.
contrib/
2010-10-18 Andi Kleen <ak@linux.intel.com>
* gccbug.el: Remove.
From-SVN: r165613
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/configfiles.texi | 3 | ||||
-rw-r--r-- | gcc/doc/sourcebuild.texi | 3 |
2 files changed, 1 insertions, 5 deletions
diff --git a/gcc/doc/configfiles.texi b/gcc/doc/configfiles.texi index 3650179cc87..d122225f38e 100644 --- a/gcc/doc/configfiles.texi +++ b/gcc/doc/configfiles.texi @@ -33,9 +33,6 @@ used. @item @file{cstamp-h} is used as a timestamp. @item -@file{gccbug}, a script for reporting bugs in GCC, is constructed from -@file{gccbug.in}. -@item If a language @file{config-lang.in} file (@pxref{Front End Config, , The Front End @file{config-lang.in} File}) sets @code{outputs}, then the files listed in @code{outputs} there are also generated. diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi index 1f981e74606..cdf63e0338b 100644 --- a/gcc/doc/sourcebuild.texi +++ b/gcc/doc/sourcebuild.texi @@ -532,8 +532,7 @@ following are also necessary: @itemize @bullet @item At least one Bugzilla component for bugs in that front end and runtime -libraries. This category needs to be mentioned in -@file{gcc/gccbug.in}, as well as being added to the Bugzilla database. +libraries. This category needs to be added to the Bugzilla database. @item Normally, one or more maintainers of that front end listed in @file{MAINTAINERS}. |