diff options
Diffstat (limited to 'gcc')
| -rw-r--r-- | gcc/ChangeLog | 5 | ||||
| -rw-r--r-- | gcc/doc/sourcebuild.texi | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b1053bf38fb..3433fbb0b7e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2004-07-19 Gabriel Dos Reis <gdr@integrable-solution.net> + + * doc/sourcebuild.texi: Add libcpp, now that CPP has its own + directory. + 2004-07-19 Joseph S. Myers <jsm@polyomino.org.uk> * c-tree.h (struct c_expr): Define. diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi index 5049580ccf3..d2b834ad6d2 100644 --- a/gcc/doc/sourcebuild.texi +++ b/gcc/doc/sourcebuild.texi @@ -56,6 +56,9 @@ The Ada runtime library. @item libbanshee The @code{libbanshee} library, used for Andersen-style points-to analysis. +@item libcpp +The C preprocessor library. + @item libgfortran The Fortran runtime library. |

