diff options
| -rw-r--r-- | gcc/ChangeLog | 5 | ||||
| -rw-r--r-- | gcc/doc/invoke.texi | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4ae512a..a52f477 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2005-02-06 Joseph S. Myers <joseph@codesourcery.com> + + PR other/14402 + * doc/invoke.texi: Don't mention gccbug. + 2005-02-06 Roger Sayle <roger@eyesopen.com> Andrew Pinski <pinskia@physics.uc.edu> Paolo Bonzini <paolo.bonzini@lu.unisi.ch> diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 47d793a..e265017 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -49,8 +49,7 @@ and the Info entries for @file{gcc}, @file{cpp}, @file{as}, @c man end @c man begin BUGS For instructions on reporting bugs, see -@w{@uref{http://gcc.gnu.org/bugs.html}}. Use of the @command{gccbug} -script to report bugs is recommended. +@w{@uref{http://gcc.gnu.org/bugs.html}}. @c man end @c man begin AUTHOR See the Info entry for @command{gcc}, or |
