diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/gcc.texi | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0b4e46f..9845a3d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2008-01-24 Ben Elliston <bje@au.ibm.com> + + PR c++/25701 + * doc/gcc.texi (Software development): Add a direntry for g++. + 2008-01-23 Hans-Peter Nilsson <hp@axis.com> * config/cris/cris.h (CC1PLUS_SPEC, OPTIMIZATION_OPTIONS): Drop diff --git a/gcc/doc/gcc.texi b/gcc/doc/gcc.texi index b41194d..3e10e09 100644 --- a/gcc/doc/gcc.texi +++ b/gcc/doc/gcc.texi @@ -66,6 +66,7 @@ included in the section entitled ``GNU Free Documentation License''. @dircategory Software development @direntry * gcc: (gcc). The GNU Compiler Collection. +* g++: (gcc). The GNU C++ compiler. @end direntry This file documents the use of the GNU compilers. @sp 1 |