This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

DOC PATCH: add libcpp entry


Hi,

  Now that Cpp has been moved into a toplevel directory,
doc/sourcebuild.texi needs updating.  Fixed with this.

-- Gaby

Index: ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/gcc/ChangeLog,v
retrieving revision 2.4598
diff -p -r2.4598 ChangeLog
*** ChangeLog	19 Jul 2004 08:37:58 -0000	2.4598
--- ChangeLog	19 Jul 2004 09:08:41 -0000
***************
*** 1,3 ****
--- 1,8 ----
+ 2004-07-19  Gabriel Dos Reis  <gdr@integrable-solutions.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.
Index: doc/sourcebuild.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/sourcebuild.texi,v
retrieving revision 1.52
diff -p -r1.52 sourcebuild.texi
*** doc/sourcebuild.texi	17 Jul 2004 13:55:40 -0000	1.52
--- doc/sourcebuild.texi	19 Jul 2004 09:08:42 -0000
*************** The Ada runtime library.
*** 56,61 ****
--- 56,64 ----
  @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.
  


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]