diff options
author | Gabriel Dos Reis <gdr@integrable-solutions.net> | 2004-07-19 09:09:54 +0000 |
---|---|---|
committer | Gabriel Dos Reis <gdr@gcc.gnu.org> | 2004-07-19 09:09:54 +0000 |
commit | 3c95eb0ebf6acc1de5ae0d37967103effd787071 (patch) | |
tree | e386815b3dcba457201647aed52e196bf27a5756 /gcc | |
parent | 487a92fed227132325f624811a4eb80c47da8aca (diff) | |
download | gcc-3c95eb0ebf6acc1de5ae0d37967103effd787071.zip gcc-3c95eb0ebf6acc1de5ae0d37967103effd787071.tar.gz gcc-3c95eb0ebf6acc1de5ae0d37967103effd787071.tar.bz2 |
sourcebuild.texi: Add libcpp, now that CPP has its own directory.
2004-07-19 Gabriel Dos Reis <gdr@integrable-solution.net>
* doc/sourcebuild.texi: Add libcpp, now that CPP has its own
directory.
From-SVN: r84912
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 b1053bf..3433fbb 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 5049580c..d2b834a 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. |