mirror of git://gcc.gnu.org/git/gcc.git
re PR other/50899 (need @direntry for gcov)
PR other/50899 * doc/gcc.texi: Add @direntry for gcov. From-SVN: r193036
This commit is contained in:
parent
1b9a8025fc
commit
be028f913f
|
|
@ -1,3 +1,8 @@
|
||||||
|
2012-10-31 Tom Tromey <tromey@redhat.com>
|
||||||
|
|
||||||
|
PR other/50899
|
||||||
|
* doc/gcc.texi: Add @direntry for gcov.
|
||||||
|
|
||||||
2012-10-31 Joern Rennecke <joern.rennecke@embecosm.com>
|
2012-10-31 Joern Rennecke <joern.rennecke@embecosm.com>
|
||||||
|
|
||||||
* expr.c (can_move_by_pieces): Apply ATTRIBUTE_UNUSED to len.
|
* expr.c (can_move_by_pieces): Apply ATTRIBUTE_UNUSED to len.
|
||||||
|
|
|
||||||
|
|
@ -42,7 +42,7 @@
|
||||||
@copying
|
@copying
|
||||||
Copyright @copyright{} 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997,
|
Copyright @copyright{} 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997,
|
||||||
1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
|
1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
|
||||||
2010 Free Software Foundation, Inc.
|
2010, 2012 Free Software Foundation, Inc.
|
||||||
|
|
||||||
Permission is granted to copy, distribute and/or modify this document
|
Permission is granted to copy, distribute and/or modify this document
|
||||||
under the terms of the GNU Free Documentation License, Version 1.3 or
|
under the terms of the GNU Free Documentation License, Version 1.3 or
|
||||||
|
|
@ -67,6 +67,7 @@ Texts being (a) (see below), and with the Back-Cover Texts being (b)
|
||||||
@direntry
|
@direntry
|
||||||
* gcc: (gcc). The GNU Compiler Collection.
|
* gcc: (gcc). The GNU Compiler Collection.
|
||||||
* g++: (gcc). The GNU C++ compiler.
|
* g++: (gcc). The GNU C++ compiler.
|
||||||
|
* gcov: (gcc) Gcov. @command{gcov}---a test coverage program.
|
||||||
@end direntry
|
@end direntry
|
||||||
This file documents the use of the GNU compilers.
|
This file documents the use of the GNU compilers.
|
||||||
@sp 1
|
@sp 1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue